From: Guillaume Pellerin Date: Mon, 11 Nov 2013 20:57:19 +0000 (+0100) Subject: 0.5.1 again X-Git-Tag: 0.5.1-2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6d8c6a451cd680c21b8545c4eab20c46795a43fe;p=timeside.git 0.5.1 again --- diff --git a/debian/changelog b/debian/changelog index 15570ef..058ef6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +timeside (0.5.1-1) unstable; urgency=low + + * New upstream release + + -- Guillaume Pellerin Mon, 11 Nov 2013 21:48:09 +0100 + timeside (0.5.0-1) unstable; urgency=low * New upstream release diff --git a/doc/source/conf.py b/doc/source/conf.py index 742b182..87d02f3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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('../../') diff --git a/setup.py b/setup.py index 749b2ee..38e65dd 100755 --- 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', diff --git a/timeside/__init__.py b/timeside/__init__.py index c7db90d..808286c 100644 --- a/timeside/__init__.py +++ b/timeside/__init__.py @@ -7,4 +7,4 @@ import analyzer import grapher import encoder -__version__ = '0.5.2' +__version__ = '0.5.1'