]> git.parisson.com Git - telemeta.git/commitdiff
goto 1.6
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 10 Sep 2015 12:41:22 +0000 (14:41 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 10 Sep 2015 12:41:22 +0000 (14:41 +0200)
setup.py
telemeta/__init__.py

index a2704b57d2d4facbbda171e8ce03ab0eacaa4ec2..9a02d3cff0035e99b51ca6eda319dc60d3443cc9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin",
   author_email = "yomguy@parisson.com",
-  version = '1.5.2',
+  version = '1.6',
   install_requires = [
         'django==1.6.11',
         'django-registration',
index a02da6b838f706ba2fa67fb3cfcc61a0910854ab..f235d1bdda70b9f13f272a5f4fa4a0a2107402f8 100644 (file)
@@ -14,7 +14,7 @@ U{http://telemeta.org}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '1.5.2'
+__version__ = '1.6'
 __url__ = 'http://telemeta.org'
 __copyright__ = '(C) 2007-2014 Parisson'
 __license__ = 'CeCILL-2'
@@ -55,5 +55,3 @@ same conditions as regards security.
 The fact that you are presently reading this means that you have had
 knowledge of the CeCILL license and that you accept its terms.
 """
-
-