diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8f9fe..7fb593c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.5](https://github.com/googleapis/python-source-context/compare/v1.2.4...v1.2.5) (2022-07-10) + + +### Bug Fixes + +* require python 3.7+ ([#97](https://github.com/googleapis/python-source-context/issues/97)) ([e0b928e](https://github.com/googleapis/python-source-context/commit/e0b928e6407ca720867150b22a304dee3daea5f6)) + ## [1.2.4](https://github.com/googleapis/python-source-context/compare/v1.2.3...v1.2.4) (2022-06-03) diff --git a/setup.py b/setup.py index 7683a38..e16feb2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "1.2.4" +version = "1.2.5" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [