From f340d357ef070b3bf7a0efb48a21066c40166139 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 31 Jan 2022 16:01:43 +0000 Subject: [PATCH] chore: release 1.12.11 --- CHANGELOG.md | 8 ++++++++ googleapiclient/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d156dd34b..e838b2af80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + +### [1.12.11](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.11...v1.12.10) (2022-01-31) + +### Bug Fixes + +* use version.py instead of pkg_resources ([#1677](https://www.github.com/googleapis/google-api-python-client/issues/1677)) + + ### [1.12.10](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.9...v1.12.10) (2022-01-13) diff --git a/googleapiclient/version.py b/googleapiclient/version.py index 1ee3ea89cba..623cf657d1c 100644 --- a/googleapiclient/version.py +++ b/googleapiclient/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.12.0" +__version__ = "1.12.11"