diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ac49165..6f9e187 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9925ea3..e14abf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.0](https://github.com/martinalbert/buttercms-python/compare/v3.4.0...v3.5.0) (2024-05-08) + + +### Features + +* implement proper version control in requirements.txt ([4d30313](https://github.com/martinalbert/buttercms-python/commit/4d30313d81f331f13ddeb024f0b4fe970a0b53b6)) + ## [3.4.0](https://github.com/martinalbert/buttercms-python/compare/v3.3.0...v3.4.0) (2024-05-07) diff --git a/README.md b/README.md index 5377fc9..d7ac211 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# buttercms-python - 3.4.0 +# buttercms-python - 3.5.0 Python Library for ButterCMS API. diff --git a/buttercms_python_testing_fork/version.py b/buttercms_python_testing_fork/version.py index f631007..01bd03c 100644 --- a/buttercms_python_testing_fork/version.py +++ b/buttercms_python_testing_fork/version.py @@ -1 +1 @@ -__version__ = '3.4.0' +__version__ = '3.5.0'