Skip to content
Snippets Groups Projects
Commit aa1e2072 authored by Drew Devereux's avatar Drew Devereux
Browse files

[MCCS-198] bump patch level

parent 684a0eea
No related branches found
No related tags found
No related merge requests found
release=0.7.0 release=0.7.1
tag=lmcbaseclasses-0.7.0 tag=lmcbaseclasses-0.7.1
...@@ -25,6 +25,9 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA ...@@ -25,6 +25,9 @@ The lmc-base-classe repository contains set of eight classes as mentioned in SKA
## Version History ## Version History
#### 0.7.1
- Bugfix for Reset() command
#### 0.7.0 #### 0.7.0
- Separate adminMode state machine from opState state machine - Separate adminMode state machine from opState state machine
- Add support for STANDBY opState - Add support for STANDBY opState
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"""Release information for lmc-base-classes Python Package""" """Release information for lmc-base-classes Python Package"""
name = """lmcbaseclasses""" name = """lmcbaseclasses"""
version = "0.7.0" version = "0.7.1"
version_info = version.split(".") version_info = version.split(".")
description = """A set of generic base devices for SKA Telescope.""" description = """A set of generic base devices for SKA Telescope."""
author = "SKA India and SARAO and CSIRO" author = "SKA India and SARAO and CSIRO"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment