We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b968ffe commit 0e5c7ecCopy full SHA for 0e5c7ec
CHANGELOG.rst
@@ -1,4 +1,4 @@
1
-v6.0.0 (unreleased)
+v6.0.0
2
======
3
4
* Drop support for django 1.10 and below. Things probably still work on the old versions, we're just no longer supporting them.
setup.py
@@ -5,7 +5,7 @@
5
name='django-orderable',
6
packages=find_packages(),
7
include_package_data=True,
8
- version='5.0.1',
+ version='6.0.0',
9
description='Add manual sort order to Django objects via an abstract base '
10
'class and admin classes.',
11
author='Incuna Ltd',
0 commit comments