From cad54a1eb45d9a3cc8b00353d5f8960d26f16c91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 12:18:56 -0600 Subject: [PATCH] chore: Release 0.7.1 (#877) Co-authored-by: edgarrmondragon --- .changes/0.7.1.md | 3 +++ .changes/unreleased/Documentation-20230603-121438.yaml | 5 ----- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 .changes/0.7.1.md delete mode 100644 .changes/unreleased/Documentation-20230603-121438.yaml diff --git a/.changes/0.7.1.md b/.changes/0.7.1.md new file mode 100644 index 00000000..3709f92f --- /dev/null +++ b/.changes/0.7.1.md @@ -0,0 +1,3 @@ +## 0.7.1 - 2023-06-03 +### Documentation +* [#876](https://github.com/edgarrmondragon/citric/issues/876) Update contributing documentation \ No newline at end of file diff --git a/.changes/unreleased/Documentation-20230603-121438.yaml b/.changes/unreleased/Documentation-20230603-121438.yaml deleted file mode 100644 index 38d30da0..00000000 --- a/.changes/unreleased/Documentation-20230603-121438.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Documentation -body: Update contributing documentation -time: 2023-06-03T12:14:38.43441-06:00 -custom: - Issue: "876" diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e931ec..b00d82c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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 - 2023-06-03 +### Documentation +* [#876](https://github.com/edgarrmondragon/citric/issues/876) Update contributing documentation + ## 0.7.1-b3 - 2023-06-01 ### Documentation * [#866](https://github.com/edgarrmondragon/citric/issues/866) Add missing methods to RPC coverage page diff --git a/pyproject.toml b/pyproject.toml index 5cfe02be..5d04a266 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-b3" +version = "0.7.1" [tool.poetry.urls] "Issue Tracker" = "https://github.com/edgarrmondragon/citric/issues"