Skip to content

Commit 761720b

Browse files
committed
Prepare 2.1.8-01 tag
1 parent 47937fc commit 761720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Our version ALWAYS matches the version of Django we support
1212
# If Django has a new release, we branch, tag, then update this setting after the tag.
13-
version = "2.0.2"
13+
version = "2.1.8-01"
1414

1515
if sys.argv[-1] == "tag":
1616
os.system('git tag -a %s -m "version %s"' % (version, version))

0 commit comments

Comments
 (0)