[pytango] 108/483: prepare for release

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:29 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 de032f5779ca26c11c006b6d056ba3ca1e49c407
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Fri Mar 2 10:49:44 2012 +0000

    prepare for release
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@19560 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 PyTango/release.py |  2 +-
 doc/index.rst      | 10 +++++-----
 doc/revision.rst   |  2 ++
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/PyTango/release.py b/PyTango/release.py
index 77cf13c..7b1a42d 100644
--- a/PyTango/release.py
+++ b/PyTango/release.py
@@ -47,7 +47,7 @@ class Release:
             - keywords : (seq<str>) list of keywords
             - license : (str) the license"""
     name = 'PyTango'
-    version_info = (7, 2, 3, 'dev', 0)
+    version_info = (7, 2, 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 7.2 API.'
diff --git a/doc/index.rst b/doc/index.rst
index 525cc6b..eb6e232 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -9,11 +9,6 @@
 Welcome to PyTango |version| documentation!
 ===========================================
 
-.. figure:: itango/itango07.png
-    :width: 500
-    :align: left
-    :alt: ITango console
-
 PyTango is a python module that exposes to Python_ the complete Tango_ C++ API
 (including both client and server).
 
@@ -21,6 +16,11 @@ This means that you can write not only tango applications (scripts, CLIs, GUIs)
 that access tango device servers but also tango device servers themselves, all 
 of this in pure Python_.
 
+.. figure:: itango/itango07.png
+    :width: 700
+    :align: center
+    :alt: ITango
+
 Check out the :ref:`getting started guide<getting-started>` to learn how to
 build and/or install PyTango and after that the :ref:`quick tour <quick-tour>` 
 can help you with the first steps in the PyTango world.
diff --git a/doc/revision.rst b/doc/revision.rst
index 7304809..766d5ae 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -79,7 +79,9 @@ Version history
 |            |         - `3495607: DeviceClass.device_name_factory is missing <https://sourceforge.net/tracker/?func=detail&aid=3495607&group_id=57612&atid=484772>`_                       |
 |            | Bug fixes:                                                                                                                                                                   |
 |            |     - from sourceforge:                                                                                                                                                      |
+|            |         - `3458336: Problem with pytango 7.2.2 <https://sourceforge.net/tracker/?func=detail&aid=3458336&group_id=57612&atid=484769>`_                                       |
 |            |         - `3463377: PyTango memory leak in read encoded attribute <https://sourceforge.net/tracker/?func=detail&aid=3463377&group_id=57612&atid=484769>`_                    |
+|            |         - `3487930: [pytango] wrong python dependency <https://sourceforge.net/tracker/?func=detail&aid=3487930&group_id=57612&atid=484769>`_                                |
 +------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
 | 7.2.2      | Features:                                                                                                                                                                    |
 |            |     - from sourceforge:                                                                                                                                                      |

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