[pytango] 421/483: Fixes #697: PyTango.server.run does not accept old Device style classes
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:08 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 d5b5c20943f3b1a0504b06cb13a7440326dfff97
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Tue Dec 2 13:02:32 2014 +0000
Fixes #697: PyTango.server.run does not accept old Device style classes
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@27105 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
doc/revision.rst | 4 ++++
src/boost/python/release.py | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/revision.rst b/doc/revision.rst
index d6a7132..a6d2c38 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -94,6 +94,10 @@ Version history
+==========+=======================================================================================================================================================================+
| 8.1.5 | Bug fixes: |
| | |
+| | - `697: PyTango.server.run does not accept old Device style classes <https://sourceforge.net/p/tango-cs/bugs/697>`_ |
++----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| 8.1.5 | Bug fixes: |
+| | |
| | - `687: [pytango] 8.1.4 unexpected files in the source package <https://sourceforge.net/p/tango-cs/bugs/687/>`_ |
| | - `688: PyTango 8.1.4 new style server commands don't work <https://sourceforge.net/p/tango-cs/bugs/688/>`_ |
+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
diff --git a/src/boost/python/release.py b/src/boost/python/release.py
index 8be6c7e..017c618 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, 5, 'final', 0)
+ version_info = (8, 1, 6, 'dev', 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