Version bump to 1.6.8.

Updated README.
master
Brandon Taylor 2014-05-23 08:05:20 -04:00
parent 1f63c7012a
commit e7e74983a2
3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -5,7 +5,7 @@ django_admin_sortable.egg-info
*.pyc *.pyc
*.pyo *.pyo
.idea .idea
atlassian-ide-plugin.xml atlassian-*
*.sublime-* *.sublime-*
.ropeproject .ropeproject
.codeintel .codeintel

View File

@ -1,6 +1,6 @@
# Django Admin Sortable # Django Admin Sortable
Current version: 1.6.7 Current version: 1.6.8
This project makes it easy to add drag-and-drop ordering to any model in This project makes it easy to add drag-and-drop ordering to any model in
Django admin. Inlines for a sortable model may also be made sortable, Django admin. Inlines for a sortable model may also be made sortable,
@ -316,8 +316,8 @@ ordering on top of that just seemed a little much in my opinion.
django-admin-sortable is currently used in production. django-admin-sortable is currently used in production.
### What's new in 1.6.7? ### What's new in 1.6.8?
- Spanish localization. Thanks @jerivas! - Russian localization. Thanks @akadan47!
### Future ### Future

View File

@ -1,4 +1,4 @@
VERSION = (1, 6, 7) # following PEP 386 VERSION = (1, 6, 8) # following PEP 386
DEV_N = None DEV_N = None