Skip to content

Commit

Permalink
Merge pull request #110 from lsst-ts/tickets/DM-41244
Browse files Browse the repository at this point in the history
Tickets/DM-41244
  • Loading branch information
tribeiro authored Oct 19, 2023
2 parents 6b33492 + 53fcd06 commit 5e73c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ v0.31.0
* Add support for mtrotator cmd_stop and evt_controllerState in ``mock/mtcs_async_mock.py``.
* In ``constants/latiss_constants.py``, update blue300lppm_qn1, holo4_003, and holo4_001 sweet spots.
* Add new option to ``MTCS.move_rotator`` to allow the function to return before the rotator is in position.
* Export enum classes ``DOFName`` and ``ClosedLoopMode`` in ``enums.py``.

v0.30.5
-------
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/ts/observatory/control/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# You should have received a copy of the GNU General Public License

__all__ = ["RotType", "InstrumentFocus"]
__all__ = ["RotType", "InstrumentFocus", "ClosedLoopMode", "DOFName"]

import enum

Expand Down

0 comments on commit 5e73c62

Please sign in to comment.