[pytango] 45/122: Bump version 9.2.1a0
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:18:16 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 3e3b8ad6f25b4740ebee7154a911d4ebdc1b309f
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date: Fri Sep 30 14:53:12 2016 +0200
Bump version 9.2.1a0
---
tango/release.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tango/release.py b/tango/release.py
index 370eb5c..3eace1d 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, 0)
+ version_info = (9, 2, 1, 'a', 0)
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