Ready to new release

This commit is contained in:
Pablo Martín 2013-11-30 19:58:19 +01:00
parent 945f37fddf
commit 03ef1baa73
2 changed files with 4 additions and 3 deletions

View File

@ -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 <https://github.com/evildmp>`_

View File

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