Update version

This commit is contained in:
Tomas 2020-02-20 06:57:53 +01:00
parent 794bd41546
commit 715893d98e
3 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,10 @@
0.1.12 (2020-02-20)
------------------
* Optimize multiselectfield to_python method
* Thanks to:
* `daimon99 <https://github.com/daimon99>`_
0.1.11 (2019-12-19)
------------------

View file

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

View file

@ -31,7 +31,7 @@ def read(*rnames):
setup(
name="django-multiselectfield",
version="0.1.11",
version="0.1.12",
author="Pablo Martin",
author_email="goinnn@gmail.com",
description="Django multiple select field",