From 965c6f305cc04b52fbf1f77aacc41948100120f0 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 1 Oct 2018 11:00:39 -0400 Subject: [PATCH 1/3] Update changelog.rst --- docs/changelog.rst | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ac214a3c..a7e11c5a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,12 +3,31 @@ Changelog ********* +v0.4.2 +====== + +:Date: Oct 1, 2018 + +New Features +------------- + +Fixes +----- + +* Set base font size on (#668) +* Fix HTML search not working with Sphinx-1.8 (#672) + +Other Changes +-------------- + +* Upload signed packages to PyPI with twine (#651) +* Do not inforce period at the end of copyright statement (666) + v0.4.1 ====== :Date: July 27, 2018 - New Features ------------- @@ -17,13 +36,11 @@ Fixes * Line height adjustments for Liberation Mono (#656) - Other Changes -------------- * Add Sphinx as a dependency - v0.4.0 ====== From 95b2fdd84f5d8c63c0c7e215ec35514bba9117f0 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 1 Oct 2018 13:09:16 -0400 Subject: [PATCH 2/3] Fix Grammar --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a7e11c5a..70b2a090 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,7 +21,7 @@ Other Changes -------------- * Upload signed packages to PyPI with twine (#651) -* Do not inforce period at the end of copyright statement (666) +* Do not enforce period at the end of copyright statement (666) v0.4.1 ====== From 238f586b8e81fe1c664f956bf45a7aa031f6944b Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 5 Oct 2018 13:16:29 +0200 Subject: [PATCH 3/3] Update date --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 70b2a090..717125d0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,7 +6,7 @@ Changelog v0.4.2 ====== -:Date: Oct 1, 2018 +:Date: Oct 5, 2018 New Features -------------