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"