From dfb027ac311d94aac99e98edc8dd29609b10d307 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 6 Nov 2017 23:18:04 -0500 Subject: [PATCH] I dub thee v0.14 --- CHANGELOG.md | 2 +- docs/conf.py | 2 +- lib/squib/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb97495..81c9c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/docs/conf.py b/docs/conf.py index 5a41772..3bc6433 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ author = u'Andy Meneely' # 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. diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 001da0d..afa89b4 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -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