Closes Ticket #40371 Bump version number to 0.3.0

This commit is contained in:
Simon Forman
2020-04-28 15:46:32 -07:00
parent 7f6fcf6e09
commit 46d5c32e9f
39 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ copyright = u'2018, Simon Forman'
author = u'Simon Forman'
# The short X.Y version
version = u'0.2'
version = u'0.3'
# The full version, including alpha/beta/rc tags
release = u'0.2.0'
release = u'0.3.0'
# -- General configuration ---------------------------------------------------