Commit 5e26736d authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix-bug-forwarded-attributes: updated version release.

parent 7cfdeaf7
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
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 
  strings the devices crashes.
  Moved forwarded attributes to TANGO attributes.
- modify install_requires package in setup.py: use of 
  ska-logging version < 0.3.0 (0.3.0 has changed 
  importing and current lmcbaseclasses package is not
  updated, yet.).

0.5.6

- set the exec flag before the thread start
+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.6"
version = "0.5.7"
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.6"
version = "0.5.7"
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.6
tag=csp-lmc-common-0.5.6
release=0.5.7
tag=csp-lmc-common-0.5.7
+10 −6
Original line number Diff line number Diff line
- 0.5.5
0.5.6
- update to csp-lmc-common 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 
  strings the devices crashes.

0.5.5
- update to csp-lmc-common 0.5.6

- 0.5.4
0.5.4
- update to csp-lmc-common 0.5.5

- 0.5.3
0.5.3
- Use lmcbaseclasses = 0.5.0
- Moved ConfigureScan command to Configure.
- Moved EndSB() method to GoToIdle().
@@ -13,17 +19,15 @@
- Modified .gitlab-ci.yml file to execute linting and generate metrics.
- Still not resolved the issue to combine coverage outputs of 
  the different repository projects (csp-lmc-common and csp-lmc-mid).
- 
- Moved logger.warn (deprecated) to logger.warning
0.4.0

0.4.0
- Use lmcbaseclasses = 0.4.1
- ska-python-buildenv 9.3.1
- ska-python-runtime 9.3.1
- Use csp-lmc-common = 0.4.0

0.3.0

- Use lmcbaseclasses version >=0.2.0
- Use csp-lmc-common >= 0.3.0

+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.5"
version = "0.5.6"
version_info = version.split(".")
description = """SKA MID CSP.LMC"""
author = "INAF-OAA"
Loading