From d22d4d174cde4d03d8db168928252e8703b8eb81 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sat, 20 Jul 2019 11:36:54 -0400 Subject: [PATCH] Version bump to 2.1.17. Updated README --- README.md | 4 ++-- adminsortable/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0da49d4..c256b07 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.16? -- Added Ukrainian translations courtesy of [@Serhiy](https://github.com/SerhiyRomanov) +### What's new in 2.1.17? +- Fixed 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 cdaf5dd..edd8ca2 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 1, 16) +VERSION = (2, 1, 17) DEV_N = None