Version bump to 2.1.5

Updated README(s).
Updated email address in AUTHORS.
master
Brandon Taylor 2018-05-17 12:54:44 -04:00
parent 842d748935
commit 4e0a3cc0ec
4 changed files with 8 additions and 8 deletions

View File

@ -1,2 +1,2 @@
This software is maintained by: This software is maintained by:
Brandon Taylor <brandon@iambrandontaylor.com> Brandon Taylor <alsoicode@gmail.com>

View File

@ -531,8 +531,8 @@ ordering on top of that just seemed a little much in my opinion.
### Status ### Status
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
### What's new in 2.1.4? ### What's new in 2.1.5?
- Improved performance on large data sets. Credit to [mrmachine](https://github.com/mrmachine). - Support for Django Admin filters. Credit to [timur-orudzhov](https://github.com/timur-orudzhov).
### Future ### Future
- Better template support for foreign keys that are self referential. If someone would like to take on rendering recursive sortables, that would be super. - Better template support for foreign keys that are self referential. If someone would like to take on rendering recursive sortables, that would be super.

View File

@ -657,11 +657,11 @@ Status
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
Whats new in 2.1.4? Whats new in 2.1.5?
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
- Improved performance on large data sets. Credit to - Support for Django Admin filters. Credit to
`mrmachine <https://github.com/mrmachine>`__. `timur-orudzhov <https://github.com/timur-orudzhov>`__.
Future Future
~~~~~~ ~~~~~~

View File

@ -1,4 +1,4 @@
VERSION = (2, 1, 4) VERSION = (2, 1, 5)
DEV_N = None DEV_N = None