Skip to content

Commit 2ed7214

Browse files
committed
build: version 1.3.1
1 parent 952bdfb commit 2ed7214

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ See the fragment files in the `scriv.d directory`_.
2222

2323
.. scriv-insert-here
2424
25+
.. _changelog-1.3.1:
26+
27+
1.3.1 — 2023-09-17
28+
------------------
29+
30+
Fixed
31+
.....
32+
33+
- When using a URL on the command line, the ``--since`` option was ignored.
34+
This is now fixed, closing `issue 35`_.
35+
36+
.. _issue 35: https://github.com/nedbat/dinghy/issues/35
37+
2538
.. _changelog-1.3.0:
2639

2740
1.3.0 — 2023-07-31

scriv.d/20230917_130723_nedbat.rst

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

src/dinghy/__init__.py

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

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

0 commit comments

Comments
 (0)