[pytango] 254/483: update release info

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:47 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 aa687c65b7dedaee904e1e0c7ad7b9d712b3a375
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Fri May 17 18:27:13 2013 +0000

    update release info
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22683 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 src/boost/python/release.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index 45ed4bd..40e8af4 100644
--- a/src/boost/python/release.py
+++ b/src/boost/python/release.py
@@ -52,7 +52,7 @@ class Release:
             - keywords : (seq<str>) list of keywords
             - license : (str) the license"""
     name = 'PyTango'
-    version_info = (8, 0, 3, 'dev', 0)
+    version_info = (8, 0, 3, '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.'
@@ -61,7 +61,7 @@ class Release:
     long_description = 'This module implements the Python Tango Device API ' \
                        'mapping.'
     license = 'LGPL'
-    authors = { 'Coutinho' : ('Tiago Coutinho' , 'tcoutinho at cells.es') }
+    authors = { 'Coutinho' : ('Tiago Coutinho' , 'coutinho at esrf.fr') }
     author_lines = "\n".join([ "%s <%s>" % x for x in authors.values()])
     url = 'http://www.tango-controls.org/static/PyTango/'
     download_url = 'http://pypi.python.org/packages/source/P/PyTango'

-- 
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