Version bump to 2.1.17.

Updated README
master
Brandon Taylor 2019-07-20 11:36:54 -04:00
parent 71bd1be135
commit d22d4d174c
2 changed files with 3 additions and 3 deletions

View File

@ -606,8 +606,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.16? ### What's new in 2.1.17?
- Added Ukrainian translations courtesy of [@Serhiy](https://github.com/SerhiyRomanov) - Fixed Ukrainian translations courtesy of [@Serhiy](https://github.com/SerhiyRomanov)
### 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

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