Back to .dev0 until next release

This commit is contained in:
Mike Naberezny 2024-04-12 14:03:26 -07:00
parent 9455a5c70e
commit 74e2576894
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
1.3.0.dev0 (Next Release)
-------------------------
1.2.0 (2024-04-12) 1.2.0 (2024-04-12)
------------------ ------------------

View File

@ -49,7 +49,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.2.0' version = '1.3.0.dev0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version

View File

@ -1,4 +1,4 @@
__version__ = '1.2.0' __version__ = '1.3.0.dev0'
import sys import sys