We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb8301 commit 99a8fbbCopy full SHA for 99a8fbb
.gitignore
@@ -2,6 +2,7 @@
2
*.egg
3
.DS_Store
4
/.env
5
+/build
6
/dist
7
/MANIFEST
8
/venv*
setup.py
@@ -33,7 +33,7 @@ def run_tests(self):
33
34
setup(
35
name='django-enumfields',
36
- version='0.8.1',
+ version='0.8.2',
37
author='HZDG',
38
author_email='webmaster@hzdg.com',
39
description='Real Python Enums for Django.',
0 commit comments