[pytango] 35/98: Update release 9.2.0b
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to tag v9.2.0
in repository pytango.
commit f9b3508731977003389365d1404ea4026b41e3e4
Author: Jose Tiago Coutinho Macara <tiago.coutinho at esrf.fr>
Date: Mon Mar 21 09:48:44 2016 +0100
Update release 9.2.0b
---
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 cd5e3b1..41329dc 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 = (9, 2, 0, 'a', 1)
+ version_info = (9, 2, 0, 'b', 1)
version = '.'.join(map(str, version_info[:3]))
version_long = version + ''.join(map(str, version_info[3:]))
version_description = 'This version implements the C++ Tango 9.2 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