From 4e0a3cc0ec30496f40eedafa889d3c78275a23c0 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Thu, 17 May 2018 12:54:44 -0400 Subject: [PATCH] Version bump to 2.1.5 Updated README(s). Updated email address in AUTHORS. --- AUTHORS | 2 +- README.md | 4 ++-- README.rst | 8 ++++---- adminsortable/__init__.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8821514..ca8dbc6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ This software is maintained by: -Brandon Taylor +Brandon Taylor diff --git a/README.md b/README.md index 211aa7c..7bc0d0f 100644 --- a/README.md +++ b/README.md @@ -531,8 +531,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.4? -- Improved performance on large data sets. Credit to [mrmachine](https://github.com/mrmachine). +### What's new in 2.1.5? +- Support for Django Admin filters. Credit to [timur-orudzhov](https://github.com/timur-orudzhov). ### 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 e71e708..3d396c1 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Download django-admin-sortable from `source `__ 1. Unzip the directory and cd into the uncompressed project directory -2. +2. - Optional: Enable your virtualenv @@ -657,11 +657,11 @@ Status django-admin-sortable is currently used in production. -What’s new in 2.1.4? +What’s new in 2.1.5? ~~~~~~~~~~~~~~~~~~~~ -- Improved performance on large data sets. Credit to - `mrmachine `__. +- Support for Django Admin filters. Credit to + `timur-orudzhov `__. Future ~~~~~~ diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index cc24828..7db3448 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 1, 4) +VERSION = (2, 1, 5) DEV_N = None