Commit 19ad7a5f authored by Gianluca Marotta's avatar Gianluca Marotta
Browse files

CT-215 Update version of Python Packages; upload of Taranta dashboard...

CT-215 Update version of Python Packages; upload of Taranta dashboard interfaces and json configuration files
parent 3a1f93ef
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
0.7.2
- Initialization of CSP Subarray align its state ans obsstate to sub-elements.

0.7.1
- Off command in Subarray drives each sub-element component to the final OFF/EMPTY state.
- CspMaster On/Standby commands are executed synchronously
+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.7.1"
version = "0.7.2"
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 = """MID CSP.LMC"""
version = "0.7.1"
version = "0.7.2"
version_info = version.split(".")
description = """SKA MID CSP.LMC Classes"""
author = "E.G"
@@ -20,5 +20,5 @@ copyright = """"""

#!!!! UPDATE THE MID-CSP IMAGE VERSION
#!!!! DO BEFORE TAGGING !!!!
release=0.7.1
tag=mid-csp-lmc-0.7.1
release=0.7.2
tag=mid-csp-lmc-0.7.2
+5 −0
Original line number Diff line number Diff line
0.7.2
- use csp-lmc-common 0.7.2
- updated integration tests for init command
- removed tango forwarded-attributes

0.7.1
- use csp-lmc-common 0.7.1
- updated integration tests
+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.7.1"
version = "0.7.2"
version_info = version.split(".")
description = """SKA MID CSP.LMC"""
author = "INAF-OAA"
Loading