File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
packages/google-analytics-data Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1919import os
2020import setuptools # type: ignore
2121
22- version = "0.12.0 "
22+ version = "0.12.1 "
2323
2424package_root = os .path .abspath (os .path .dirname (__file__ ))
2525
You can’t perform that action at this time.
0 commit comments