Commit 95505eaf authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-60: start adding support for Configure command.

parent 96be990c
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
0.6.1
- adding support for Configure command

0.6.0
- start implementing lmcbaseclasses 0.6.0
0.5.12
+414 −409

File changed.

Preview size limit exceeded, changes collapsed.

+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.6.0"
version = "0.6.1"
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.6.0"
version = "0.6.1"
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.6.0
tag=csp-lmc-common-0.6.0
release=0.6.1
tag=csp-lmc-common-0.6.1
+3 −0
Original line number Diff line number Diff line
0.6.1
- use csp-lmc-common version 0.6.1

0.6.0
- start implementing lmcbaseclasses 0.6.0

Loading