Skip to content

Commit 73b4ed9

Browse files
committed
I dub thee v0.12
1 parent f4d9424 commit 73b4ed9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'v0.11'
58+
version = u'v0.12'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'v0.11.0'
60+
release = u'v0.12.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

lib/squib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ module Squib
66
# Most of the time this is in the alpha of the next release.
77
# e.g. v0.0.5a is on its way to becoming v0.0.5
88
#
9-
VERSION = '0.12.0b'
9+
VERSION = '0.12.0'
1010
end

0 commit comments

Comments
 (0)