From ea3e4948a04e1be0b2e4ffed4d1e884490335589 Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Mon, 20 May 2013 21:17:29 -0400 Subject: [PATCH] Merged pull request for pt_BR locale and added south to requirements.txt --- README.md | 4 ++-- adminsortable/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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