We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e44961 + fc81efb commit 8d760abCopy full SHA for 8d760ab
2 files changed
.gitignore
@@ -2,7 +2,9 @@
2
3
# C extensions
4
*.so
5
-
+.idea
6
+.virtualenv*
7
+include
8
# Packages
9
*.egg
10
*.egg-info
setup.py
@@ -78,7 +78,7 @@ def run_tests(self):
78
79
setup(
80
name='django-richenum',
81
- version='2.4.0',
+ version='3.0.1',
82
description='Django Enum library for python.',
83
long_description=(
84
open('README.rst').read() + '\n\n' +
0 commit comments