Tag as 1.9.6b

This commit is contained in:
Daniel Roy Greenfeld 2016-05-25 19:14:44 -07:00
parent 8ab37f9243
commit d7ac30a1d7

View File

@ -10,7 +10,7 @@ except ImportError:
# 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 = '1.9.6'
version = '1.9.6b'
if sys.argv[-1] == 'tag':
os.system('git tag -a %s -m "version %s"' % (version, version))