[pytango] 120/122: Bump version 9.2.1
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:18:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to tag v9.2.1
in repository pytango.
commit bc1c6090ded293b54d715554b6d939c6c6520b06
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date: Mon Jan 30 15:39:47 2017 +0100
Bump version 9.2.1
---
tango/release.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tango/release.py b/tango/release.py
index 510a512..2b9eb40 100644
--- a/tango/release.py
+++ b/tango/release.py
@@ -45,7 +45,7 @@ class Release:
- license: (str) the license
"""
name = 'PyTango'
- version_info = (9, 2, 1, 'a', 0)
+ version_info = (9, 2, 1)
version = '.'.join(map(str, version_info[:3]))
release = ''.join(map(str, version_info[3:]))
separator = '.' if 'dev' in release or 'post' in release else ''
--
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