Skip to content

Commit

Permalink
chore(main): release 0.10.1 (#251)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 15, 2022
1 parent 28b9503 commit 7112978
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.1](https://github.com/googleapis/python-analytics-admin/compare/v0.10.0...v0.10.1) (2022-08-11)


### Bug Fixes

* **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))
* **deps:** require proto-plus >= 1.22.0 ([84a8df1](https://github.com/googleapis/python-analytics-admin/commit/84a8df140081c5095d71fa9dd99b83549d07c9c6))

## [0.10.0](https://github.com/googleapis/python-analytics-admin/compare/v0.9.0...v0.10.0) (2022-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-analytics-admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "0.10.0"
version = "0.10.1"

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

Expand Down

0 comments on commit 7112978

Please sign in to comment.