From c4c567d048836a3c43d0a5954c065fdff06ddb46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 22:41:09 -0600 Subject: [PATCH] chore: Release 0.7.1-b3 (#870) Co-authored-by: edgarrmondragon --- .changes/0.7.1-b3.md | 4 ++++ .changes/unreleased/Documentation-20230531-221929.yaml | 5 ----- .changes/unreleased/Documentation-20230531-221943.yaml | 5 ----- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 5 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 .changes/0.7.1-b3.md delete mode 100644 .changes/unreleased/Documentation-20230531-221929.yaml delete mode 100644 .changes/unreleased/Documentation-20230531-221943.yaml diff --git a/.changes/0.7.1-b3.md b/.changes/0.7.1-b3.md new file mode 100644 index 00000000..5f76d319 --- /dev/null +++ b/.changes/0.7.1-b3.md @@ -0,0 +1,4 @@ +## 0.7.1-b3 - 2023-06-01 +### Documentation +* [#866](https://github.com/edgarrmondragon/citric/issues/866) Add missing methods to RPC coverage page +* [#868](https://github.com/edgarrmondragon/citric/issues/868) Fix a couple of typos \ No newline at end of file diff --git a/.changes/unreleased/Documentation-20230531-221929.yaml b/.changes/unreleased/Documentation-20230531-221929.yaml deleted file mode 100644 index 54d5be08..00000000 --- a/.changes/unreleased/Documentation-20230531-221929.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Documentation -body: Add missing methods to RPC coverage page -time: 2023-05-31T22:19:29.524282-06:00 -custom: - Issue: "866" diff --git a/.changes/unreleased/Documentation-20230531-221943.yaml b/.changes/unreleased/Documentation-20230531-221943.yaml deleted file mode 100644 index 295f5a95..00000000 --- a/.changes/unreleased/Documentation-20230531-221943.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Documentation -body: Fix a couple of typos -time: 2023-05-31T22:19:43.884496-06:00 -custom: - Issue: "868" diff --git a/CHANGELOG.md b/CHANGELOG.md index a2de035e..91e931ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.7.1-b3 - 2023-06-01 +### Documentation +* [#866](https://github.com/edgarrmondragon/citric/issues/866) Add missing methods to RPC coverage page +* [#868](https://github.com/edgarrmondragon/citric/issues/868) Fix a couple of typos + ## 0.7.1-b2 - 2023-05-12 ### Fixed * [#849](https://github.com/edgarrmondragon/citric/issues/849) Remove some upper bound version constraints diff --git a/pyproject.toml b/pyproject.toml index 36f5d466..5cfe02be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ maintainers = ["Edgar Ramírez-Mondragón "] name = "citric" readme = "README.md" repository = 'https://github.com/edgarrmondragon/citric' -version = "0.7.1-b2" +version = "0.7.1-b3" [tool.poetry.urls] "Issue Tracker" = "https://github.com/edgarrmondragon/citric/issues"