From a9855808d02002ad0f3dbc183ab30b4462465164 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Tue, 21 Mar 2017 06:42:24 -0400 Subject: [PATCH] [bt/master] Version bump to 2.1 --- README.md | 5 ++--- README.rst | 14 ++++++-------- adminsortable/__init__.py | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0f93a2f..26a7793 100644 --- a/README.md +++ b/README.md @@ -530,9 +530,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.0.22? -- Improved saving [Pull Request 166](https://github.com/iambrandontaylor/django-admin-sortable/pull/166) thanks [@sushifan](https://github.com/sushifan) -- Django 1.11.x compatibility [Pull Request 167](https://github.com/iambrandontaylor/django-admin-sortable/pull/16) thanks [@camilonova](https://github.com/camilonova) +### What's new in 2.1? +- 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) ### 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/README.rst b/README.rst index de0aa7a..44844f6 100644 --- a/README.rst +++ b/README.rst @@ -656,15 +656,13 @@ Status 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 `__ - thanks [@sushifan](https://github.com/sushifan) -- Django 1.11.x compatibility `Pull Request - 167 `__ - thanks [@camilonova](https://github.com/camilonova) +- Removed fallbacks for Django 1.8, Tox testing and many performance + improvements `Pull Request + 168 `__ + thanks [@sushifan](https://github.com/jaap3) Future ~~~~~~ diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index f3e0116..5b42c1f 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 0, 22) +VERSION = (2, 1, 0) DEV_N = None