From: yomguy Date: Tue, 18 Dec 2012 12:13:24 +0000 (+0100) Subject: pump to 1.0 X-Git-Tag: 0.9-probarreau~238 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3a20fe83e9501daa4a05dc897343f11b088c3b51;p=teleforma.git pump to 1.0 --- diff --git a/setup.py b/setup.py index 62e16b8e..c9e06c9f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '0.9', + version = '1.0', install_requires = [ 'django>=1.4', 'telemeta', @@ -22,6 +22,7 @@ setup( 'django-notes', 'django-timezones', 'django-tinymce', + 'django-forms-builder', ], platforms=['OS Independent'], license='CeCILL v2',