From b5a631f71ac7819836feac9b90216f0cc16ed0e6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 00:40:54 +0000 Subject: [PATCH] chore(main): release 0.12.1 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dd491..826dae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.12.1](https://github.com/googleapis/python-analytics-data/compare/v0.12.0...v0.12.1) (2022-06-03) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#242](https://github.com/googleapis/python-analytics-data/issues/242)) ([94137c5](https://github.com/googleapis/python-analytics-data/commit/94137c50660b9e4236a17c914662ff98ee587fbf)) + + +### Documentation + +* fix changelog header to consistent size ([#243](https://github.com/googleapis/python-analytics-data/issues/243)) ([8e65b0d](https://github.com/googleapis/python-analytics-data/commit/8e65b0d89590ebaa611e4106e7b4bff967c95338)) + ## [0.12.0](https://github.com/googleapis/python-analytics-data/compare/v0.11.2...v0.12.0) (2022-05-07) diff --git a/setup.py b/setup.py index 8e61bb0..91e13a8 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.12.0" +version = "0.12.1" package_root = os.path.abspath(os.path.dirname(__file__))