[pytango] 119/122: Update version in the documentation

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:18:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.1
in repository pytango.

commit 9a35d9606893b3dfe0ca12994a46ccd95be70071
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Mon Jan 30 15:38:49 2017 +0100

    Update version in the documentation
---
 doc/howto.rst | 9 ++++-----
 doc/start.rst | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/doc/howto.rst b/doc/howto.rst
index 01d99b6..9d0dc34 100644
--- a/doc/howto.rst
+++ b/doc/howto.rst
@@ -36,16 +36,15 @@ The PyTango version::
 
     >>> import tango
     >>> tango.__version__
-    '9.2.0'
-
+    '9.2.1'
     >>> tango.__version_info__
-    (9, 2, 0, 'b', 1)
+    (9, 2, 1)
 
-... and the Tango C++ library version that PyTango was compiled with::
+and the Tango C++ library version that PyTango was compiled with::
 
     >>> import tango
     >>> tango.constants.TgLibVers
-    '9.2.0'
+    '9.2.2'
 
 
 Report a bug
diff --git a/doc/start.rst b/doc/start.rst
index 7ded997..a7c8092 100644
--- a/doc/start.rst
+++ b/doc/start.rst
@@ -115,6 +115,6 @@ To test the installation, import ``tango`` and check ``tango.Release.version``:
 .. sourcecode:: console
 
     $ python -c "import tango; print(tango.Release.version)"
-    9.2.0
+    9.2.1
 
 Next steps: Check out the :ref:`pytango-quick-tour`.

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