Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 13ce381

Browse files
chore(main): release 0.10.1 (#251)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 84a8df1 commit 13ce381

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.10.1](https://github.com/googleapis/python-analytics-admin/compare/v0.10.0...v0.10.1) (2022-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** allow protobuf < 5.0.0 ([#250](https://github.com/googleapis/python-analytics-admin/issues/250)) ([84a8df1](https://github.com/googleapis/python-analytics-admin/commit/84a8df140081c5095d71fa9dd99b83549d07c9c6))
9+
* **deps:** require proto-plus >= 1.22.0 ([84a8df1](https://github.com/googleapis/python-analytics-admin/commit/84a8df140081c5095d71fa9dd99b83549d07c9c6))
10+
311
## [0.10.0](https://github.com/googleapis/python-analytics-admin/compare/v0.9.0...v0.10.0) (2022-08-05)
412

513

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.10.0"
23+
version = "0.10.1"
2424

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

0 commit comments

Comments
 (0)