[pytango] 440/483: Update to prepare for 8.1.6

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:10 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 a5946cb07ef56ca9eb10997aeb5f368c920603c8
Author: coutinho <coutinho at esrf.fr>
Date:   Fri Feb 6 09:14:59 2015 +0100

    Update to prepare for 8.1.6
---
 doc/revision.rst            | 3 ++-
 src/boost/python/release.py | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/revision.rst b/doc/revision.rst
index 003f322..c1a094f 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -83,7 +83,7 @@ Document revisions
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
 | 01/10/14 | `8.21 <http://www.tango-controls.org/static/PyTango/v815/doc/html/index.html>`_  | Update to PyTango 8.1.5                             | T\. Coutinho          |
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
-| --/--/-- | `8.22 <http://www.tango-controls.org/static/PyTango/v815/doc/html/index.html>`_  | Update to PyTango 8.1.6                             | T\. Coutinho          |
+| 05/02/15 | `8.22 <http://www.tango-controls.org/static/PyTango/v815/doc/html/index.html>`_  | Update to PyTango 8.1.6                             | T\. Coutinho          |
 +----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
 
 
@@ -97,6 +97,7 @@ Version history
 +==========+=======================================================================================================================================================================+
 | 8.1.6    | Bug fixes:                                                                                                                                                            |
 |          |                                                                                                                                                                       |
+|          |     - `698: PyTango.Util discrepancy <https://sourceforge.net/p/tango-cs/bugs/698>`_                                                                                  |
 |          |     - `697: PyTango.server.run does not accept old Device style classes <https://sourceforge.net/p/tango-cs/bugs/697>`_                                               |
 +----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | 8.1.5    | Bug fixes:                                                                                                                                                            |
diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index 017c618..8efee67 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, 6, 'dev', 0)
+    version_info = (8, 1, 6, '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