From 22ec834979da3e0a0d81001763e133d0de5af091 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 27 Jan 2023 17:12:34 -0500 Subject: [PATCH] build: version 1.2.0 --- CHANGELOG.rst | 17 +++++++++++++++++ scriv.d/20230127_164615_nedbat_partial_33.rst | 5 ----- scriv.d/20230127_165139_nedbat_partial_33.rst | 5 ----- src/dinghy/__init__.py | 2 +- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 scriv.d/20230127_164615_nedbat_partial_33.rst delete mode 100644 scriv.d/20230127_165139_nedbat_partial_33.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74331f5..3ddfcad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,23 @@ See the fragment files in the `scriv.d directory`_. .. scriv-insert-here +.. _changelog-1.2.0: + +1.2.0 — 2023-01-27 +------------------ + +Added +..... + +- Now you can additionally specify digests on the command line to write, which + will choose just those digests from the configuration file. + +Fixed +..... + +- If the config file has no ``digests:`` clause, it could be because it's not a + dinghy config file at all, so print an error message about it. + .. _changelog-1.1.0: 1.1.0 — 2023-01-25 diff --git a/scriv.d/20230127_164615_nedbat_partial_33.rst b/scriv.d/20230127_164615_nedbat_partial_33.rst deleted file mode 100644 index 6344842..0000000 --- a/scriv.d/20230127_164615_nedbat_partial_33.rst +++ /dev/null @@ -1,5 +0,0 @@ -Added -..... - -- Now you can additionally specify digests on the command line to write, which - will choose just those digests from the configuration file. diff --git a/scriv.d/20230127_165139_nedbat_partial_33.rst b/scriv.d/20230127_165139_nedbat_partial_33.rst deleted file mode 100644 index bc6e5f3..0000000 --- a/scriv.d/20230127_165139_nedbat_partial_33.rst +++ /dev/null @@ -1,5 +0,0 @@ -Fixed -..... - -- If the config file has no ``digests:`` clause, it could be because it's not a - dinghy config file at all, so print an error message about it. diff --git a/src/dinghy/__init__.py b/src/dinghy/__init__.py index d538cf3..5792453 100644 --- a/src/dinghy/__init__.py +++ b/src/dinghy/__init__.py @@ -2,4 +2,4 @@ Dinghy daily digest tool. """ -__version__ = "1.1.0" +__version__ = "1.2.0"