]> git.parisson.com Git - telemeta.git/commitdiff
goto 1.5.1
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 18 Feb 2015 16:06:31 +0000 (17:06 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 18 Feb 2015 16:06:31 +0000 (17:06 +0100)
setup.py
telemeta/__init__.py

index c732053d453759874248cb992381671206742a79..39d77bd08039a3017aa978770bcbc76b45dbe2c5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin",
   author_email = "yomguy@parisson.com",
-  version = '1.5',
+  version = '1.5.1',
   install_requires = [
         'django==1.6.10',
         'django-registration',
index 715f55f2bf1f3cf0a5a9b55acce04bb90eb2072d..67f34be4ae4fca3ec6b0d05da4c2f7547db70864 100644 (file)
@@ -14,7 +14,7 @@ U{http://telemeta.org}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '1.5'
+__version__ = '1.5.1'
 __url__ = 'http://telemeta.org'
 __copyright__ = '(C) 2007-2014 Parisson'
 __license__ = 'CeCILL-2'