diff --git a/README.md b/README.md index ccfb6a8..66e71a5 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,8 @@ ordering on top of that just seemed a little much in my opinion. django-admin-sortable is currently used in production. -### What's new in 1.4.8? -- Support for Python 3 +### What's new in 1.4.9? +- Added Brazilian Portugese locale (Thanks to @gladson) ### Future diff --git a/adminsortable/__init__.py b/adminsortable/__init__.py index 6f2b7cc..b71b60b 100755 --- a/adminsortable/__init__.py +++ b/adminsortable/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 8) # following PEP 386 +VERSION = (1, 4, 9) # following PEP 386 DEV_N = None