Skip to content

Commit

Permalink
Release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 25, 2024
1 parent 815a037 commit a3c99a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog

This document records the main changes to the ``sdssdb`` code.

* :release:`0.11.2 <2024-04-24>`
* Add column ``can_offset`` to ``too_metadata``.

* :release:`0.11.1 <2024-04-24>`
* Fix typo in `CatalogToToO_Target` model name.

Expand Down
1 change: 1 addition & 0 deletions python/sdssdb/peewee/sdss5db/catalogdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2307,6 +2307,7 @@ class ToO_Metadata(CatalogdbModel):
h_mag = FloatField()
delta_ra = FloatField()
delta_dec = FloatField()
can_offset = BooleanField()
inertial = BooleanField()
n_exposures = IntegerField()
priority = IntegerField()
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sdssdb
version = 0.11.2a0
version = 0.11.2
author = José Sánchez-Gallego
author_email = [email protected]
description = SDSS product for database management
Expand Down

0 comments on commit a3c99a2

Please sign in to comment.