From 828e941276857cdc4f98da67200c9d0c7c95094d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 23:14:32 -0600 Subject: [PATCH] chore: Release 0.7.2 (#896) Co-authored-by: edgarrmondragon --- .changes/0.7.2.md | 3 +++ .changes/unreleased/Refactored-20230620-175408.yaml | 5 ----- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 .changes/0.7.2.md delete mode 100644 .changes/unreleased/Refactored-20230620-175408.yaml diff --git a/.changes/0.7.2.md b/.changes/0.7.2.md new file mode 100644 index 00000000..d0f316a0 --- /dev/null +++ b/.changes/0.7.2.md @@ -0,0 +1,3 @@ +## 0.7.2 - 2023-06-21 +### Refactored +* [#894](https://github.com/edgarrmondragon/citric/issues/894) Add a `USER_AGENT` attribute to the `Session` class \ No newline at end of file diff --git a/.changes/unreleased/Refactored-20230620-175408.yaml b/.changes/unreleased/Refactored-20230620-175408.yaml deleted file mode 100644 index 401d00bf..00000000 --- a/.changes/unreleased/Refactored-20230620-175408.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Refactored -body: Add a `USER_AGENT` attribute to the `Session` class -time: 2023-06-20T17:54:08.587899-06:00 -custom: - Issue: "894" diff --git a/CHANGELOG.md b/CHANGELOG.md index b00d82c3..a6f4f8dc 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.2 - 2023-06-21 +### Refactored +* [#894](https://github.com/edgarrmondragon/citric/issues/894) Add a `USER_AGENT` attribute to the `Session` class + ## 0.7.1 - 2023-06-03 ### Documentation * [#876](https://github.com/edgarrmondragon/citric/issues/876) Update contributing documentation diff --git a/pyproject.toml b/pyproject.toml index 319c5612..bcede5a2 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" +version = "0.7.2" [tool.poetry.urls] "Issue Tracker" = "https://github.com/edgarrmondragon/citric/issues"