Skip to content

Commit bee2880

Browse files
chore(main): release 0.12.1 (#245)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 9723ccd commit bee2880

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/google-analytics-data/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.12.1](https://github.com/googleapis/python-analytics-data/compare/v0.12.0...v0.12.1) (2022-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
10+
11+
### Documentation
12+
13+
* 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))
14+
315
## [0.12.0](https://github.com/googleapis/python-analytics-data/compare/v0.11.2...v0.12.0) (2022-05-07)
416

517

packages/google-analytics-data/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.12.0"
22+
version = "0.12.1"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)