Skip to content

Commit e27e9c1

Browse files
chore(main): release 0.11.1 (#281)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0a4ca36 commit e27e9c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-analytics-admin/CHANGELOG.md

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

3+
## [0.11.1](https://github.com/googleapis/python-analytics-admin/compare/v0.11.0...v0.11.1) (2022-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Require protobuf >= 3.20.2 ([#278](https://github.com/googleapis/python-analytics-admin/issues/278)) ([c464f38](https://github.com/googleapis/python-analytics-admin/commit/c464f3811f361c05e48b44c0ce60139f40d1fe44))
9+
310
## [0.11.0](https://github.com/googleapis/python-analytics-admin/compare/v0.10.1...v0.11.0) (2022-09-12)
411

512

packages/google-analytics-admin/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "0.11.0"
23+
version = "0.11.1"
2424

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

0 commit comments

Comments
 (0)