We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4792c31 commit a572baaCopy full SHA for a572baa
CHANGES
@@ -4,7 +4,7 @@ Webstack-django-sorting Changelog
4
Version 0.5.0
5
-------------
6
7
-Unreleased
+Released on January 3th 2016
8
9
- Restore compatibility with Django v1.8 and lower
10
- Fix reading of README.rst with Python 3
setup.py
@@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup
11
-__version__ = '0.4.3'
+__version__ = '0.5.0'
12
13
setup(
14
name='webstack-django-sorting',
0 commit comments