Browse Source

I dub thee v0.14

dev
Andy Meneely 8 years ago
parent
commit
dfb027ac31
  1. 2
      CHANGELOG.md
  2. 2
      docs/conf.py
  3. 2
      lib/squib/version.rb

2
CHANGELOG.md

@ -1,7 +1,7 @@
# Squib CHANGELOG # Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org). Squib follows [semantic versioning](http://semver.org).
## v0.14.0 / Unreleased ## v0.14.0 / 2017-11-06
Features: 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! * `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!

2
docs/conf.py

@ -57,7 +57,7 @@ author = u'Andy Meneely'
# The short X.Y version. # The short X.Y version.
version = u'v0.14' version = u'v0.14'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

2
lib/squib/version.rb

@ -6,5 +6,5 @@ module Squib
# Most of the time this is in the alpha of the next release. # 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 # e.g. v0.0.5a is on its way to becoming v0.0.5
# #
VERSION = '0.14.beta1' VERSION = '0.14.0'
end end

Loading…
Cancel
Save