[pytango] 327/483: preparing release

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:56 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 ce70c6191b87d05f63c787d9f3fab9e0fd0a3838
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Mon Nov 25 16:05:08 2013 +0000

    preparing release
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24368 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 src/boost/cpp/group.cpp     | 1 -
 src/boost/python/release.py | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/boost/cpp/group.cpp b/src/boost/cpp/group.cpp
index 67ab686..ac30bc4 100644
--- a/src/boost/cpp/group.cpp
+++ b/src/boost/cpp/group.cpp
@@ -15,7 +15,6 @@
 
 void export_group_reply_list();
 void export_group_reply();
-//void export_group_element();
 
 
 namespace PyGroup
diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index dd3145b..714b0f7 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 = (8, 1, 1, 'dev', 0)
+    version_info = (8, 1, 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.1 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