Skip to content

Commit

Permalink
I dub thee v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Nov 7, 2017
1 parent 2020b5a commit dfb027a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org).

## v0.14.0 / Unreleased
## v0.14.0 / 2017-11-06

Features:
* `save_pdf/save_sheet` method now supports `sprue`, which allows you to define templated layouts and position your cards freely (#217) by @felixleong. See docs for how to use this _very_ powerful feature!
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = u'v0.14'
# The full version, including alpha/beta/rc tags.
release = u'v0.14.0a'
release = u'v0.14.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.14.beta1'
VERSION = '0.14.0'
end

0 comments on commit dfb027a

Please sign in to comment.