Skip to content

Commit 780381a

Browse files
author
Ned Batchelder
committed
docs: version 1.3.1
1 parent 14d91b9 commit 780381a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ See the fragment files in the `changelog.d directory`_.
2121

2222
.. scriv-insert-here
2323
24+
.. _changelog-1.3.1:
25+
26+
1.3.1 — 2023-04-16
27+
------------------
28+
29+
Fixed
30+
.....
31+
32+
- The Version class introduced in 1.3.0 broke the ``scriv github-release``
33+
command. This is now fixed.
34+
2435
.. _changelog-1.3.0:
2536

2637
1.3.0 — 2023-04-16

changelog.d/20230416_091245_nedbat.rst

-5
This file was deleted.

src/scriv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Scriv changelog management tool.
33
"""
44

5-
__version__ = "1.3.0"
5+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)