From e35a1c7478a1122aaf1a81eb7f90dbb0b5724fbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:22:51 -0600 Subject: [PATCH] chore: Release 0.7.1-b1 (#815) Co-authored-by: edgarrmondragon --- .changes/0.7.1-b1.md | 3 +++ .changes/unreleased/Fixed-20230404-205306.yaml | 5 ----- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 .changes/0.7.1-b1.md delete mode 100644 .changes/unreleased/Fixed-20230404-205306.yaml diff --git a/.changes/0.7.1-b1.md b/.changes/0.7.1-b1.md new file mode 100644 index 00000000..91b5373e --- /dev/null +++ b/.changes/0.7.1-b1.md @@ -0,0 +1,3 @@ +## 0.7.1-b1 - 2023-04-11 +### Fixed +* [#803](https://github.com/edgarrmondragon/citric/issues/803) Remove warnings for LimeSurvey 6.0 features \ No newline at end of file diff --git a/.changes/unreleased/Fixed-20230404-205306.yaml b/.changes/unreleased/Fixed-20230404-205306.yaml deleted file mode 100644 index 62937dc3..00000000 --- a/.changes/unreleased/Fixed-20230404-205306.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Remove warnings for LimeSurvey 6.0 features -time: 2023-04-04T20:53:06.537221-06:00 -custom: - Issue: "803" diff --git a/CHANGELOG.md b/CHANGELOG.md index fb94dac2..f121668d 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-b1 - 2023-04-11 +### Fixed +* [#803](https://github.com/edgarrmondragon/citric/issues/803) Remove warnings for LimeSurvey 6.0 features + ## 0.7.0 - 2023-03-31 ### Added * [#492](https://github.com/edgarrmondragon/citric/issues/492) Implement `cpd_importParticipants` in client @@ -140,6 +144,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * [#117](https://github.com/edgarrmondragon/citric/pull/117) Removed `read_file` and `write_file` methods in favor of support for arbitrary binary file-like objects. Implemented `get_uploaded_files` in client. + ## 0.0.4 - 2021-12-17 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 57c44465..c3a2e566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ maintainers = ["Edgar Ramírez-Mondragón "] name = "citric" readme = "README.md" repository = 'https://github.com/edgarrmondragon/citric' -version = "0.7.0" +version = "0.7.1-b1" [tool.poetry.urls] "Issue Tracker" = "https://github.com/edgarrmondragon/citric/issues"