diff --git a/README.md b/README.md index 0e596f1..0da49d4 100644 --- a/README.md +++ b/README.md @@ -606,8 +606,8 @@ ordering on top of that just seemed a little much in my opinion. ### Status django-admin-sortable is currently used in production. -### What's new in 2.1.15? -- Updated SortableAdminBase to prevent querystring filtering from breaking in certain conditions. +### What's new in 2.1.16? +- Added Ukrainian translations courtesy of [@Serhiy](https://github.com/SerhiyRomanov) ### 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. diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index e38af05..cdaf5dd 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 1, 15) +VERSION = (2, 1, 16) DEV_N = None