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')),