[pytango] 91/483: prepare for 0.13

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:27 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 49497d566fa54916bceb3e3883764606620960f7
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Mon Jan 16 11:02:11 2012 +0000

    prepare for 0.13
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18928 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 PyTango/ipython/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PyTango/ipython/__init__.py b/PyTango/ipython/__init__.py
index 9cb70e8..c85d1c8 100644
--- a/PyTango/ipython/__init__.py
+++ b/PyTango/ipython/__init__.py
@@ -65,13 +65,13 @@ def default_init_ipython(ip, store=True, pytango=True, colors=True,
                          console=True, magic=True):
     print "Unsupported IPython version (%s) for spock profile" \
         % get_ipython_version()
-    print "Supported IPython versions are: 0.10"
+    print "Supported IPython versions are: >= 0.10"
     print "Starting normal IPython console..."
 
 def default_install(ipydir=None, verbose=True):
     print "Unsupported IPython version (%s) for spock profile" \
         % get_ipython_version()
-    print "Supported IPython versions are: 0.10, 0.11 and 0.12"
+    print "Supported IPython versions are: 0.10 to 0.13"
     print "Tango extension to IPyhon will NOT be installed."
 
 init_ipython = default_init_ipython
@@ -85,7 +85,7 @@ if ipv >= [0, 10] and ipv < [0, 11]:
     load_config = None
     load_ipython_extension = None
     unload_ipython_extension = None
-elif ipv >= [0, 11] and ipv <= [0, 12]:
+elif ipv >= [0, 11] and ipv <= [0, 13]:
     import ipython_00_11
     init_ipython = None
     install = ipython_00_11.install

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