From 1e8af9660f118d9870b015afa2cb98ea66baa954 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 14 Dec 2023 07:53:05 -0500 Subject: [PATCH] docs: version 1.5.1 --- CHANGELOG.rst | 13 +++++++++++++ changelog.d/20231214_075119_nedbat.rst | 4 ---- src/scriv/__init__.py | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/20231214_075119_nedbat.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b67ca7b..4a275da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,19 @@ See the fragment files in the `changelog.d directory`_. .. scriv-insert-here +.. _changelog-1.5.1: + +1.5.1 — 2023-12-14 +------------------ + +Fixed +..... + +- Fixed the documentation build on ReadTheDocs. Fixes `issue 118`_. + +.. _issue 118: https://github.com/nedbat/scriv/issues/118 + + .. _changelog-1.5.0: 1.5.0 — 2023-10-18 diff --git a/changelog.d/20231214_075119_nedbat.rst b/changelog.d/20231214_075119_nedbat.rst deleted file mode 100644 index ab3a013..0000000 --- a/changelog.d/20231214_075119_nedbat.rst +++ /dev/null @@ -1,4 +0,0 @@ -Fixed -..... - -- Fixed the documentation build on ReadTheDocs. diff --git a/src/scriv/__init__.py b/src/scriv/__init__.py index 4919310..9ec7f37 100644 --- a/src/scriv/__init__.py +++ b/src/scriv/__init__.py @@ -2,4 +2,4 @@ Scriv changelog management tool. """ -__version__ = "1.5.0" +__version__ = "1.5.1"