From 03ef1baa733dcc48df8430c76895b31de489ad3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADn?= Date: Sat, 30 Nov 2013 19:58:19 +0100 Subject: [PATCH] Ready to new release --- CHANGES.rst | 3 ++- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7e37bd7..2d4e591 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,11 @@ -0.1.0 (2013-11-??) +0.1.0 (2013-11-30) ------------------ * Test/example project * Now works if the first composant of the list of tuple is an integer * Now max_length is not required, the Multiselect field calculate it automatically. * The max_choices attr can be a attr in the model field +* Refactor the code * Support to python2.6 * Thanks to: * `Daniele Procida `_ diff --git a/setup.py b/setup.py index cae409e..1731a70 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,8 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.0.3", - author="Daniel Roseman and Pablo Martin", + version="0.1.0", + author="Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field", long_description=(read('README.rst') + '\n\n' + read('CHANGES.rst')),