Skip to content

Commit 4d67f5f

Browse files
committed
Bump version for 1.8.1 release.
Using micro (or whatever you call them) versions now, as many changes are just bug fixes to the existing functionality.
1 parent e86f161 commit 4d67f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import find_packages, setup
33

4-
VERSION = "1.8"
4+
VERSION = "1.8.1"
55

66
PACKAGES = find_packages()
77
REQUIREMENTS = ['django >=2.2,<5.0']

0 commit comments

Comments
 (0)