[pytango] 160/483: prepare for 8.0.1
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit c5078e7a175e49f02bdb7a5ed0d64dd67a58c7c5
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Tue Oct 9 15:53:17 2012 +0000
prepare for 8.0.1
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21249 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
PyTango/release.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PyTango/release.py b/PyTango/release.py
index 91e4593..05b4b08 100644
--- a/PyTango/release.py
+++ b/PyTango/release.py
@@ -52,7 +52,7 @@ class Release:
- keywords : (seq<str>) list of keywords
- license : (str) the license"""
name = 'PyTango'
- version_info = (8, 0, 1, 'dev', 0)
+ version_info = (8, 0, 1, '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.0 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