diff --git a/docs/conf.py b/docs/conf.py index 4a4175e5..075fd4a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = u'v0.11' +version = u'v0.12' # The full version, including alpha/beta/rc tags. -release = u'v0.11.0' +release = u'v0.12.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 8793c634..28d84143 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -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.12.0b' + VERSION = '0.12.0' end