Skip to content

Commit 9228a37

Browse files
author
Krisztián Csizmazia
committed
Major version update and django version adjustment
1 parent 7839ea6 commit 9228a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
install_requires = (
16-
'Django>=3.2,<=4.2',
16+
'Django>=3.2,<4.3',
1717
'richenum',
1818
)
1919

@@ -87,7 +87,7 @@ def run_tests(self):
8787

8888
setup(
8989
name='django-richenum',
90-
version='4.1.0',
90+
version='5.0.0',
9191
description='Django Enum library for python.',
9292
long_description=(
9393
open('README.rst').read() + '\n\n' +

0 commit comments

Comments
 (0)