[pytango] 14/37: Update release number to 9.1.9dev
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:16:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag v9.2.0b
in repository pytango.
commit 1174478b9ebd5768794541bbac11981b446e2a45
Author: Jose Tiago Coutinho Macara <tiago.coutinho at esrf.fr>
Date: Thu Mar 3 18:01:41 2016 +0100
Update release number to 9.1.9dev
---
src/boost/python/release.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index cdbd74e..c4c974b 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, 8, 'final', 0)
+ version_info = (8, 1, 9, 'dev', 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.'
--
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