[pytango] 25/25: Release version 8.1.9

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v8.1.9
in repository pytango.

commit ad0333587cb22e466500b51a13b68b90ad1c6a9b
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Fri Aug 12 11:18:03 2016 +0200

    Release version 8.1.9
---
 src/boost/python/release.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index c4c974b..503c72e 100644
--- a/src/boost/python/release.py
+++ b/src/boost/python/release.py
@@ -40,7 +40,7 @@ class Release:
             - keywords : (seq<str>) list of keywords
             - license : (str) the license"""
     name = 'PyTango'
-    version_info = (8, 1, 9, 'dev', 0)
+    version_info = (8, 1, 9, 'final', 0)
     version = '.'.join(map(str, version_info[:3]))
     version_long = version + ''.join(map(str, version_info[3:]))
     version_description = 'This version implements the C++ Tango 8.1 API.'
@@ -55,4 +55,3 @@ class Release:
     download_url = 'http://pypi.python.org/pypi/PyTango'
     platform = ['Linux', 'Windows XP/Vista/7/8']
     keywords = ['Tango', 'CORBA', 'binding']
-    

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list