Commit 4e1ba494 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix-configure-after-scan:

update csp-lmc-common and mid-csp-lmc versions.
parent cd102d98
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
0.5.8

- use ska-logging 0.3.0 and lmcbasclasses 0.5.2
- 


0.5.7
- removed the problem with forwarded attributes of array of strings.
  When the root attribute of a forwarded attribute is an array of 
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
"""Release information for Python Package"""

name = """csp-lmc-common"""
version = "0.5.7"
version = "0.5.8"
version_info = version.split(".")
description = """SKA CSP.LMC Common Software"""
author = "INAF-OAA"
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
"""Release information for Python Package"""

name = """csplmc-common"""
version = "0.5.7"
version = "0.5.8"
version_info = version.split(".")
description = """SKA CSP.LMC Common Classe"""
author = "E.G"
@@ -18,5 +18,5 @@ license = """BSD-3-Clause"""
url = """www.tango-controls.org"""
copyright = """"""

release=0.5.7
tag=csp-lmc-common-0.5.7
release=0.5.8
tag=csp-lmc-common-0.5.8
+7 −0
Original line number Diff line number Diff line
0.5.7

- use csp-lmc-common package 0.5.8
- updated decorator arguments for Configure method.
- decreased polling period (from 1 to 0.1 sec) during
  command execution monitoring. 

0.5.6
- update to csp-lmc-common 0.5.7
- removed the problem with forwarded attributes of array of strings.
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
"""Release information for Python Package"""

name = """mid-csp-lmc"""
version = "0.5.6"
version = "0.5.7"
version_info = version.split(".")
description = """SKA MID CSP.LMC"""
author = "INAF-OAA"
Loading