Skip to content

Commit 0e5c7ec

Browse files
committed
Bump to version 6.0
1 parent b968ffe commit 0e5c7ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v6.0.0 (unreleased)
1+
v6.0.0
22
======
33

44
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name='django-orderable',
66
packages=find_packages(),
77
include_package_data=True,
8-
version='5.0.1',
8+
version='6.0.0',
99
description='Add manual sort order to Django objects via an abstract base '
1010
'class and admin classes.',
1111
author='Incuna Ltd',

0 commit comments

Comments
 (0)