Skip to content
Snippets Groups Projects
Commit 04239cc3 authored by andrew-bolin's avatar andrew-bolin
Browse files

AT6-759 increment version

parent 8b2488c7
No related branches found
No related tags found
No related merge requests found
release=0.10.0
tag=ska_tango_base-0.10.0
release=0.10.1
tag=ska_tango_base-0.10.1
......@@ -28,6 +28,10 @@ The ska-tango-base repository includes a set of eight classes as mentioned in SK
#### Not released yet
- Make dependency on `pytango` and `numpy` python packages explicit.
#### 0.10.1
- Add optional "key" parameter to SKASubarrayResourceManager to filter JSON for
assign & release methods.
#### 0.10.0
- Add `DebugDevice` command to `SKABaseDevice`. This allows remote debugging to be
enabled on all devices. It cannot be disabled without restarting the process.
......
......@@ -7,7 +7,7 @@
"""Release information for ska_tango_base Python Package"""
name = """ska_tango_base"""
version = "0.10.0"
version = "0.10.1"
version_info = version.split(".")
description = """A set of generic base devices for SKA Telescope."""
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