diff --git a/README.md b/README.md index b0936cf..5ae5623 100644 --- a/README.md +++ b/README.md @@ -609,8 +609,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.2.1? -- Fixed overzealous selector in sortable inline tabular JavaScript code that was allowing the header row to be draggable. +### What's new in 2.2.2? +- Fixed FontAwesome icons not showing up in inline sortable templates. ### 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 7dd8836..dd1f326 100644 --- a/README.rst +++ b/README.rst @@ -751,10 +751,10 @@ Status django-admin-sortable is currently used in production. -What’s new in 2.2.1? +What’s new in 2.2.2? ~~~~~~~~~~~~~~~~~~~~ -- Fixed overzealous selector in sortable inline tabular JavaScript code that was allowing the header row to be draggable. +- Fixed FontAwesome icons not showing up in inline sortable templates. Future ~~~~~~ diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 17ea697..a642a1d 100644 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 2, 1) +VERSION = (2, 2, 2) DEV_N = None