[bt/master] Version bump to 2.1

master
Brandon Taylor 2017-03-21 06:42:24 -04:00
parent 2ec2722c67
commit a9855808d0
3 changed files with 9 additions and 12 deletions

View File

@ -530,9 +530,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.0.22? ### What's new in 2.1?
- Improved saving [Pull Request 166](https://github.com/iambrandontaylor/django-admin-sortable/pull/166) thanks [@sushifan](https://github.com/sushifan) - Removed fallbacks for Django 1.8, Tox testing and many performance improvements [Pull Request 168](https://github.com/iambrandontaylor/django-admin-sortable/pull/168) thanks [@sushifan](https://github.com/jaap3)
- Django 1.11.x compatibility [Pull Request 167](https://github.com/iambrandontaylor/django-admin-sortable/pull/16) thanks [@camilonova](https://github.com/camilonova)
### 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

@ -656,15 +656,13 @@ Status
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
What's new in 2.0.22? What's new in 2.1?
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
- Improved saving `Pull Request - Removed fallbacks for Django 1.8, Tox testing and many performance
166 <https://github.com/iambrandontaylor/django-admin-sortable/pull/166>`__ improvements `Pull Request
thanks [@sushifan](https://github.com/sushifan) 168 <https://github.com/iambrandontaylor/django-admin-sortable/pull/168>`__
- Django 1.11.x compatibility `Pull Request thanks [@sushifan](https://github.com/jaap3)
167 <https://github.com/iambrandontaylor/django-admin-sortable/pull/16>`__
thanks [@camilonova](https://github.com/camilonova)
Future Future
~~~~~~ ~~~~~~

View File

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