I dub thee v0.18.0

dev
Andy Meneely 2021-10-26 00:20:46 -04:00
parent dfa4bdc59d
commit fcb16a568f
2 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ author = u'Andy Meneely'
# built documents.
#
# The short X.Y version.
version = u'v0.17'
version = u'v0.18'
# The full version, including alpha/beta/rc tags.
release = u'v0.17.0'
release = u'v0.18.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -6,6 +6,6 @@ module Squib
# Most of the time this is in the alpha of the next release.
# e.g. v0.0.5a is on its way to becoming v0.0.5
#
VERSION = '0.18.0a'
VERSION = '0.18.0'
end