From 0e6ad8e1daa3b079277c2df588dd26f4465daf69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 19:25:15 -0600 Subject: [PATCH] chore: Release 0.7.1-b2 (#850) Co-authored-by: edgarrmondragon --- .changes/0.7.1-b2.md | 3 +++ .changes/unreleased/Fixed-20230511-185514.yaml | 5 ----- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 .changes/0.7.1-b2.md delete mode 100644 .changes/unreleased/Fixed-20230511-185514.yaml diff --git a/.changes/0.7.1-b2.md b/.changes/0.7.1-b2.md new file mode 100644 index 00000000..22fa707f --- /dev/null +++ b/.changes/0.7.1-b2.md @@ -0,0 +1,3 @@ +## 0.7.1-b2 - 2023-05-12 +### Fixed +* [#849](https://github.com/edgarrmondragon/citric/issues/849) Remove some upper bound version constraints \ No newline at end of file diff --git a/.changes/unreleased/Fixed-20230511-185514.yaml b/.changes/unreleased/Fixed-20230511-185514.yaml deleted file mode 100644 index 147bdef6..00000000 --- a/.changes/unreleased/Fixed-20230511-185514.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Remove some upper bound version constraints -time: 2023-05-11T18:55:14.646894-06:00 -custom: - Issue: "849" diff --git a/CHANGELOG.md b/CHANGELOG.md index f121668d..a2de035e 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-b2 - 2023-05-12 +### Fixed +* [#849](https://github.com/edgarrmondragon/citric/issues/849) Remove some upper bound version constraints + ## 0.7.1-b1 - 2023-04-11 ### Fixed * [#803](https://github.com/edgarrmondragon/citric/issues/803) Remove warnings for LimeSurvey 6.0 features diff --git a/pyproject.toml b/pyproject.toml index 92971c16..9bad9e40 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-b1" +version = "0.7.1-b2" [tool.poetry.urls] "Issue Tracker" = "https://github.com/edgarrmondragon/citric/issues"