Commit ed3d8a5d authored by Gianluca Marotta's avatar Gianluca Marotta
Browse files

CT-220 Implemented support ADR18/22 to midCSP-LMC; update releases

parent c45278bc
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
0.6.12
 - support to ADR18/22

0.6.11
 - fix bug in setup.py

+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.11"
version = "0.6.12"
version_info = version.split(".")
description = """SKA CSP.LMC Common Software"""
author = "INAF-OAA"
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ setup(
            'pytango >9.3.1',
            'future',
            'lmcbaseclasses',
            'ska-telescope-model'
        ],
        dependency_links=[
            'https://nexus.engageska-portugal.pt/repository/pypi/simple'
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ BASE_RELEASE=$(shell . $(RELEASE_SUPPORT) ;getRelease)
BASE_VERSION=$(shell . $(RELEASE_SUPPORT) ;getBaseVersion)

ifeq ($(BRANCH_NAME), master)
IMAGE_TAG ?= $(BASE_RELEASE)
IMAGE_TAG ?= $(BASE_VERSION)
else
IMAGE_TAG ?= $(BASE_VERSION)-dev
endif
+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.6.9"
version = "0.6.10"
version_info = version.split(".")
description = """SKA MID CSP.LMC Classes"""
author = "E.G"
@@ -18,5 +18,5 @@ license = """BSD-3-Clause"""
url = """www.tango-controls.org"""
copyright = """"""

release=0.6.9
tag=mid-csp-lmc-0.6.9
release=0.6.10
tag=mid-csp-lmc-0.6.10
Loading