Skip to content

Commit 720f053

Browse files
committed
docs: version 1.6.2
1 parent 26798b7 commit 720f053

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ See the fragment files in the `changelog.d directory`_.
2121

2222
.. scriv-insert-here
2323
24+
.. _changelog-1.6.2:
25+
26+
1.6.2 — 2025-03-30
27+
------------------
28+
29+
Fixed
30+
.....
31+
32+
- Replaced the invalid GitHub config key ``scriv.user_nick`` with
33+
``scriv.user-nick``. Fixes `issue 130`_.
34+
Thanks, `Mark Dickinson <pull 131_>`_.
35+
36+
.. _issue 130: https://github.com/nedbat/scriv/issues/130
37+
.. _pull 131: https://github.com/nedbat/scriv/pull/131/files
38+
2439
.. _changelog-1.6.1:
2540

2641
1.6.1 — 2025-03-24

changelog.d/20240608_184756_dickinsm.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/scriv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Scriv changelog management tool.
33
"""
44

5-
__version__ = "1.6.1"
5+
__version__ = "1.6.2"

0 commit comments

Comments
 (0)