[pytango] 24/26: Prepare 8.1.8
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:16:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag v8.1.8
in repository pytango.
commit cb5c5571736b1abfb9f27b7248e9732d5306e9b5
Author: Jose Tiago Coutinho Macara <tiago.coutinho at esrf.fr>
Date: Tue Feb 2 13:17:07 2016 +0100
Prepare 8.1.8
---
doc/revision.rst | 5 +++--
src/boost/python/release.py | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/revision.rst b/doc/revision.rst
index 03010c4..17765b3 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -85,7 +85,7 @@ Document revisions
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
| 05/02/15 | `8.22 <http://www.tango-controls.org/static/PyTango/v816/doc/html/index.html>`_ | Update to PyTango 8.1.6 | T\. Coutinho |
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
-| --/06/15 | `8.23 <http://www.tango-controls.org/static/PyTango/v817/doc/html/index.html>`_ | Update to PyTango 8.1.7 | T\. Coutinho |
+| 02/02/15 | `8.23 <http://www.tango-controls.org/static/PyTango/v817/doc/html/index.html>`_ | Update to PyTango 8.1.8 | T\. Coutinho |
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
.. _pytango-version-history:
@@ -96,7 +96,7 @@ Version history
+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| version | Changes |
+==========+=======================================================================================================================================================================+
-| 8.1.7 | Features: |
+| 8.1.8 | Features: |
| | |
| | - `110: device property with auto update in database <https://sourceforge.net/p/tango-cs/feature-requests/110>`_ |
| | |
@@ -111,6 +111,7 @@ Version history
| | - `718: OverflowErrors with float types in 8.1.6 <https://sourceforge.net/p/tango-cs/bugs/718/>`_ |
| | - `724: PyTango DeviceProxy.command_inout(<str>) memory leaks <https://sourceforge.net/p/tango-cs/bugs/724/>`_ |
| | - `736: pytango FTBFS with python 3.4 <https://sourceforge.net/p/tango-cs/bugs/736/>`_ |
+| | - `747: PyTango event callback in gevent mode gets called in non main thread <https://sourceforge.net/p/tango-cs/bugs/736/>`_ |
+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 8.1.6 | Bug fixes: |
| | |
diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index 4c9d904..cdbd74e 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, 8, 'dev', 0)
+ version_info = (8, 1, 8, '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