Commit d8fe602a authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT69-integration-with-cbf: updated versions of mid-csp-lmc and csp-lmc-common

packages. Updated HISTORY files.
parent f24988af
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
0.5.11
- call to DeviceProxy instead of tango.DeviceProxy to have the deviceemocking works
  properly
- removed the cbfOutputLinks forwarded attribute and updated the configuration
  files for the TANGO DB.
- set the lmcbaseclasses version < 0.6.0

0.5.10
- fix a minor bug

+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.10"
version = "0.5.11"
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.10"
version = "0.5.11"
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.10
tag=csp-lmc-common-0.5.10
release=0.5.11
tag=csp-lmc-common-0.5.11
+5 −0
Original line number Diff line number Diff line
0.5.9
- use csp-lmc-common version 0.5.11
- removed the cbfOutputLink forwarded attribute from the
TANGO DB configuration file

0.5.8

- use csp-lmc-common package 0.5.9
+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.8"
version = "0.5.9"
version_info = version.split(".")
description = """SKA MID CSP.LMC"""
author = "INAF-OAA"
Loading