From 065c00f93c89518753e562c47f6220a1c1772724 Mon Sep 17 00:00:00 2001 From: Anton Joubert <ajoubert@ska.ac.za> Date: Thu, 18 Mar 2021 13:21:44 +0200 Subject: [PATCH] SAR-231 Update for release 0.10.0 --- .release | 4 ++-- README.md | 11 ++++++++--- src/ska_tango_base/release.py | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.release b/.release index 65b19ebe..79932ec2 100644 --- a/.release +++ b/.release @@ -1,2 +1,2 @@ -release=0.9.1 -tag=ska_tango_base-0.9.1 +release=0.10.0 +tag=ska_tango_base-0.10.0 diff --git a/README.md b/README.md index 47c6a4bc..cc34052b 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,15 @@ The ska-tango-base repository includes a set of eight classes as mentioned in SK ## Version History -#### (next release) -- Add `DebugDevice` command to `SKABaseDevice`. This will allow remote debugging to be +#### 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. - + If there are multiple devices in a device server, debugging is only enabled for + the requested device (i.e., methods patched for debugging cppTango threads). + However, all Python threads (not cppTango threads), will also be debuggable, + even if created by devices other than the one that was used to enable debugging. + There is only one debugger instance shared by the whole process. + #### 0.9.1 - Changed dependency from `ska_logging` to `ska_ser_logging`. diff --git a/src/ska_tango_base/release.py b/src/ska_tango_base/release.py index a3970d42..6e60c36d 100644 --- a/src/ska_tango_base/release.py +++ b/src/ska_tango_base/release.py @@ -7,7 +7,7 @@ """Release information for ska_tango_base Python Package""" name = """ska_tango_base""" -version = "0.9.1" +version = "0.10.0" version_info = version.split(".") description = """A set of generic base devices for SKA Telescope.""" author = "SKA India and SARAO and CSIRO and INAF" -- GitLab