Skip to content

Commit

Permalink
Release 1.5.0.beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 30, 2019
1 parent fefd4f0 commit 5d14c02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.beta.7 (2019-10-29) - @mojavelinux

* fix value of implicit page-count attribute when page numbering and running content don't start on same page (#1334)
* fix value of implicit chapter-title attribute on preface pages (#1340)
Expand Down
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -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.beta.7, 2019-10-29
// Settings:
:experimental:
:idprefix:
Expand All @@ -23,7 +24,7 @@ endif::[]
:project-name: Asciidoctor PDF
:project-handle: asciidoctor-pdf
// Variables:
:release-version: 1.5.0.beta.6
:release-version: 1.5.0.beta.7
// URIs:
:url-asciidoctor: http://asciidoctor.org
:url-gem: http://rubygems.org/gems/asciidoctor-pdf
Expand Down
2 changes: 1 addition & 1 deletion lib/asciidoctor/pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Asciidoctor
module PDF
VERSION = '1.5.0.rc.1.dev'
VERSION = '1.5.0.beta.7'
end
Pdf = PDF unless const_defined? :Pdf, false
end

0 comments on commit 5d14c02

Please sign in to comment.