Skip to content

Commit

Permalink
I dub thee v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Dec 3, 2016
1 parent f4d9424 commit 73b4ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/squib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73b4ed9

Please sign in to comment.