I dub thee v0.14
parent
2020b5a67a
commit
dfb027ac31
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue