From 553ec6cfcbb876c841030720074bfbbc8ca5a63e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:42:45 +0200 Subject: [PATCH] chore(release): 3.3.0 (#31) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- buttercms_python_testing_fork/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5f2027e..9abf567 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f890b..ec462e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/martinalbert/buttercms-python/compare/v3.2.0...v3.3.0) (2024-05-07) + + +### Features + +* revert changes ([1680f25](https://github.com/martinalbert/buttercms-python/commit/1680f2594b01d9bd8667958c5e3ccfebd3dd982e)) + ## [3.2.0](https://github.com/martinalbert/buttercms-python/compare/v3.1.0...v3.2.0) (2024-05-07) diff --git a/README.md b/README.md index dbe6461..4186369 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# buttercms-python - 3.2.0 +# buttercms-python - 3.3.0 Python Library for ButterCMS API. diff --git a/buttercms_python_testing_fork/version.py b/buttercms_python_testing_fork/version.py index 573cf70..6a157dc 100644 --- a/buttercms_python_testing_fork/version.py +++ b/buttercms_python_testing_fork/version.py @@ -1 +1 @@ -__version__ = '3.2.0' +__version__ = '3.3.0'