]> git.parisson.com Git - timeside.git/commitdiff
0.5.1 again 0.5.1-2
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 11 Nov 2013 20:57:19 +0000 (21:57 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 11 Nov 2013 20:57:19 +0000 (21:57 +0100)
debian/changelog
doc/source/conf.py
setup.py
timeside/__init__.py

index 15570efbf3a68555cdf6c04137a98e497d2b1062..058ef6f996c81ba0d04295e0ac9d3d5a3365298d 100644 (file)
@@ -1,3 +1,9 @@
+timeside (0.5.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Guillaume Pellerin <yomguy@parisson.com>  Mon, 11 Nov 2013 21:48:09 +0100
+
 timeside (0.5.0-1) unstable; urgency=low
 
   * New upstream release
index 742b1827633136454ab814132c84067f3488432a..87d02f3e79c2a4d8c26424b98e47f44a996a714b 100644 (file)
@@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath('../../'))
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', 'numpydoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', 'sphinx.ext.doctest', 'sphinx.ext.coverage']
 
 doctest_path = os.path.abspath('../../')
 
index 749b2eedcc43960127bbb9433740682550296684..38e65dd23ce70aa467a20e0c651e3ac4d9528ea8 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin, Paul Brossier, Thomas Fillon, Riccardo Zaccarelli, Olivier Guilyardi",
   author_email = "yomguy@parisson.com, piem@piem.org, thomas@parisson.com, riccardo.zaccarelli@gmail.com, olivier@samalyse.com",
-  version = '0.5.2',
+  version = '0.5.1',
   install_requires = [
         'setuptools',
         'numpy',
index c7db90d95513e2ac553b9c23aba734816c520265..808286c8a77c605ec899051ec11d15e2812d4a1d 100644 (file)
@@ -7,4 +7,4 @@ import analyzer
 import grapher
 import encoder
 
-__version__ = '0.5.2'
+__version__ = '0.5.1'