]> git.parisson.com Git - telemeta.git/commitdiff
goto 1.4.5
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 10 Apr 2013 15:41:31 +0000 (17:41 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 10 Apr 2013 15:41:31 +0000 (17:41 +0200)
setup.py
telemeta/__init__.py

index eb4080130401c2d178d70603180852e2510c6556..36b56f66fa34736f95407a7d3d4597556a38ec3b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,4 @@
 # -*- coding: utf-8 -*-
-
 from setuptools import setup, find_packages
 import os
 
@@ -12,7 +11,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin",
   author_email = "yomguy@parisson.com",
-  version = '1.4.4',
+  version = '1.4.5',
   install_requires = [
         'django>=1.4',
         'django-registration',
index 32227806dfe2902bae57ad5388ab0e6be7b0b26b..e677ba67af8b16e856cb218d32329248706c9d5d 100644 (file)
@@ -12,7 +12,7 @@ U{http://telemeta.org}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '1.4.4'
+__version__ = '1.4.5'
 __url__ = 'http://telemeta.org'
 __copyright__ = '(C) 2007-2012 Parisson'
 __license__ = 'CeCILL-2'