Skip to content

Commit dfb027a

Browse files
committed
I dub thee v0.14
1 parent 2020b5a commit dfb027a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Squib CHANGELOG
22
Squib follows [semantic versioning](http://semver.org).
33

4-
## v0.14.0 / Unreleased
4+
## v0.14.0 / 2017-11-06
55

66
Features:
77
* `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!

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = u'v0.14'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'v0.14.0a'
60+
release = u'v0.14.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.14.beta1'
9+
VERSION = '0.14.0'
1010
end

0 commit comments

Comments
 (0)