[pytango] 20/483: preparing 7.1.6

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:20 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 065d83c072842d158a73ffddd145e79802a0424d
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Thu Apr 14 07:55:18 2011 +0000

    preparing 7.1.6
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@16566 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 MANIFEST.in        | 4 +++-
 PyTango/release.py | 2 +-
 setup.py           | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 07def70..2d5b996 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,7 @@
 recursive-include PyTango *.py
 recursive-include PyTango3 *.py
+recursive-include IPython *.py
+
 graft src
 graft doc
 graft build/sphinx/html
@@ -9,4 +11,4 @@ exclude setup.cfg
 exclude .project
 exclude .pydevproject
 exclude images/*
-exclude src/precompiled_header.hpp.gch
\ No newline at end of file
+exclude src/precompiled_header.hpp.gch
diff --git a/PyTango/release.py b/PyTango/release.py
index 522c9d0..135cad4 100644
--- a/PyTango/release.py
+++ b/PyTango/release.py
@@ -47,7 +47,7 @@ class Release:
             - keywords : (seq<str>) list of keywords
             - licence : (str) the licence"""
     name = 'PyTango'
-    version_info = (7, 1, 5, 'final', 0)
+    version_info = (7, 1, 6, '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.1 API.'
diff --git a/setup.py b/setup.py
index d636e82..353e62e 100644
--- a/setup.py
+++ b/setup.py
@@ -331,7 +331,7 @@ class build(dftbuild):
         
         if IPython and not self.without_spock:
             self.distribution.py_modules.append('IPython.Extensions.ipy_profile_spock')
-
+            
         dftbuild.run(self)
 
     def has_doc(self):

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