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

AT5-382: Updated setup.py and release information.

Change to .gitalb.ci.yml (removed only changes on source files)
parent 3b3b582a
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -21,9 +21,6 @@
  script:
    - cd $BUILD_PATH
    - python setup.py egg_info -b+dev.$CI_COMMIT_SHORT_SHA sdist bdist_wheel
  only:        # build development package only when source code changes
    changes:
      - "**/*.py"

.build_python_release_common:
  extends: .build_python_common
+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.1"
version = "0.5.2"
version_info = version.split(".")
description = """SKA CSP.LMC Common Software"""
author = "INAF-OAA"
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
"""Release information for Python Package"""

name = """csplmc-common"""
version = "0.5.1"
version = "0.5.2"
version_info = version.split(".")
description = """SKA CSP.LMC Common Classe"""
author = "E.G"
@@ -19,4 +19,4 @@ url = """www.tango-controls.org"""
copyright = """"""

release=0.5.1
tag=csp-lmc-common-0.5.1
tag=csp-lmc-common-0.5.2
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ setup(
        description=INFO['description'],
        author=INFO['author'],
        author_email=INFO['author_email'],
        packages=find_packages(where="csp-lmc-common"),
        packages=find_packages(),
        license=INFO['license'],
        url=INFO['url'],
        long_description=long_description,
+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.1"
version = "0.5.2"
version_info = version.split(".")
description = """SKA MID CSP.LMC"""
author = "INAF-OAA"
Loading