Skip to content

Commit

Permalink
bump version to 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
manelclos committed Aug 28, 2020
1 parent cdf3c27 commit 3892895
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

1.5.9 (2020-08-28)
------------------

- add Django 3.1 as supported
[d9pouces]


1.5.8 (2020-08-17)
------------------

Expand All @@ -15,3 +22,32 @@ Changes
[leibowitz]
- Add node variable initialization to fix node undefined error
[leibowitz]


1.5.6 (2020-05-12)
------------------

- Add Sphinx project and move current docs to it
[manelclos]
- Add pytest support
[manelclos]
- Support django up to 3.0.x
[manelclos]
- Fix chainedfk and chainedm2m not being defined (closes #253)
[manelclos]
- Add multichained selects to Location example
[manelclos]
- Force to load select2 js first
[leibowitz]
- Fixed bug with missing "renderer" parameter in widgets.py render methods
[glenngaetz]
- Fix renderer parameter in older django versions
[manelclos]
- Add link to PyPI and installation instructions
[Flimm]


1.5.5
-----

Version 1.5.5 was skipped due to bad packaging
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_desc = f.read()

setup(name="django-smart-selects",
version="1.5.8",
version="1.5.9",
description="Django application to handle chained model fields.",
long_description=long_desc,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3892895

Please sign in to comment.