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

[MCCS-586] bump release

parent 8134138f
Branches mccs-586
Tags
No related merge requests found
...@@ -6,3 +6,6 @@ ...@@ -6,3 +6,6 @@
# black entire repo # black entire repo
4402797422cf9e01687e34786b94cbf2674f05e1 4402797422cf9e01687e34786b94cbf2674f05e1
#rename "master" to "controller"
8134138fd614b8308dd14a2a9940870f1b2c63cf
release=0.11.0 release=0.11.1
tag=ska_tango_base-0.11.0 tag=ska_tango_base-0.11.1
...@@ -247,6 +247,9 @@ Tango devices can be launched with a `-v` parameter to set the logging level. Fo ...@@ -247,6 +247,9 @@ Tango devices can be launched with a `-v` parameter to set the logging level. Fo
## Version History ## Version History
#### 0.11.1
- Minor breaking change: rename of "Master" devices to "Controller"
#### 0.11.0 #### 0.11.0
- Breaking change: state models and component managers - Breaking change: state models and component managers
- Re-implementation of operational state model to better model - Re-implementation of operational state model to better model
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"""Release information for ska_tango_base Python Package""" """Release information for ska_tango_base Python Package"""
name = """ska_tango_base""" name = """ska_tango_base"""
version = "0.11.0" version = "0.11.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 and INAF" author = "SKA India and SARAO and CSIRO and INAF"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment