I dub thee v0.13
parent
a3b6a99e02
commit
a98e0b5acc
|
|
@ -57,7 +57,7 @@ author = u'Andy Meneely'
|
|||
# The short X.Y version.
|
||||
version = u'v0.13'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'v0.13.0a'
|
||||
release = u'v0.13.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ 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.13.0a'
|
||||
VERSION = '0.13.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue