We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d9424 commit 73b4ed9Copy full SHA for 73b4ed9
docs/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = u'v0.11'
+version = u'v0.12'
59
# The full version, including alpha/beta/rc tags.
60
-release = u'v0.11.0'
+release = u'v0.12.0'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
lib/squib/version.rb
@@ -6,5 +6,5 @@ module Squib
6
# Most of the time this is in the alpha of the next release.
7
# e.g. v0.0.5a is on its way to becoming v0.0.5
8
9
- VERSION = '0.12.0b'
+ VERSION = '0.12.0'
10
end
0 commit comments