Skip to content

Commit

Permalink
Bump version 3.1.13 -> 3.1.13-01
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 18, 2021
1 parent b8f61dd commit f49141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Our version ALWAYS matches the version of Django we support
# If Django has a new release, we branch, tag, then update this setting after the tag.
version = "3.1.13"
version = "3.1.13-01"

if sys.argv[-1] == "tag":
os.system(f'git tag -a {version} -m "version {version}"')
Expand Down

0 comments on commit f49141d

Please sign in to comment.