summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2017-07-30 21:57:18 -0600
committerDan Allen <dan.j.allen@gmail.com>2017-07-30 21:57:18 -0600
commit03ceac32e426421ebd6ef2499a14f5aac40ec47b (patch)
tree3775d6a656ff6ae639960639c46e5ddb256e91fb
parentc6ae6ce830ca8634a5b20b5612494bb0ec255d1b (diff)
Release 1.5.0.alpha.16v1.5.0.alpha.16
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--README.adoc1
-rw-r--r--lib/asciidoctor-pdf/version.rb2
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 4a24ce3b..c5ddfe8e 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -5,7 +5,7 @@
This document provides a high-level view of the changes to the {project-name} by release.
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
-== Unreleased
+== 1.5.0.alpha.16 (2017-07-30) - @mojavelinux
* add support for xrefstyle attribute (#464)
* allow page side to be based on physical page number and/or be inverted (#813) (@fap-)
diff --git a/README.adoc b/README.adoc
index 1a935431..1511f3c0 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,5 +1,6 @@
= Asciidoctor PDF: A native PDF converter for AsciiDoc
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
+v1.5.0.alpha.16, 2017-07-30
// Settings:
:experimental:
:idprefix:
diff --git a/lib/asciidoctor-pdf/version.rb b/lib/asciidoctor-pdf/version.rb
index 7b7d52e8..4f9ae183 100644
--- a/lib/asciidoctor-pdf/version.rb
+++ b/lib/asciidoctor-pdf/version.rb
@@ -1,5 +1,5 @@
module Asciidoctor
module Pdf
- VERSION = '1.5.0.alpha.16.dev'
+ VERSION = '1.5.0.alpha.16'
end
end