From f8849d42eec1969defb563e5e313afe5041faa72 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 18 Jan 2023 07:56:24 -0500 Subject: [PATCH] docs: version 1.2.0 --- CHANGELOG.rst | 17 +++++++++++++++++ .../20230117_212621_nedbat_multi_repo_78.rst | 5 ----- .../20230118_053516_nedbat_multi_repo_78.rst | 5 ----- src/scriv/__init__.py | 2 +- 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 changelog.d/20230117_212621_nedbat_multi_repo_78.rst delete mode 100644 changelog.d/20230118_053516_nedbat_multi_repo_78.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7748484..c1f29c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,23 @@ See the fragment files in the `changelog.d directory`_. .. scriv-insert-here +.. _changelog-1.2.0: + +1.2.0 — 2023-01-18 +------------------ + +Added +..... + +- ``scriv github-release`` now has a ``--repo=`` option to specify which GitHub + repo to use when you have multiple remotes. + +Changed +....... + +- Improved the error messages from ``scriv github-release`` when a GitHub repo + can't be identified among the git remotes. + .. _changelog-1.1.0: 1.1.0 — 2023-01-16 diff --git a/changelog.d/20230117_212621_nedbat_multi_repo_78.rst b/changelog.d/20230117_212621_nedbat_multi_repo_78.rst deleted file mode 100644 index 1e4be7b..0000000 --- a/changelog.d/20230117_212621_nedbat_multi_repo_78.rst +++ /dev/null @@ -1,5 +0,0 @@ -Changed -....... - -- Improved the error messages from ``scriv github-release`` when a GitHub repo - can't be identified among the git remotes. diff --git a/changelog.d/20230118_053516_nedbat_multi_repo_78.rst b/changelog.d/20230118_053516_nedbat_multi_repo_78.rst deleted file mode 100644 index 353b2c7..0000000 --- a/changelog.d/20230118_053516_nedbat_multi_repo_78.rst +++ /dev/null @@ -1,5 +0,0 @@ -Added -..... - -- ``scriv github-release`` now has a ``--repo=`` option to specify which GitHub - repo to use when you have multiple remotes. diff --git a/src/scriv/__init__.py b/src/scriv/__init__.py index 036e60b..9727976 100644 --- a/src/scriv/__init__.py +++ b/src/scriv/__init__.py @@ -2,4 +2,4 @@ Scriv changelog management tool. """ -__version__ = "1.1.1-dev1" +__version__ = "1.2.0"