Skip to content

Commit

Permalink
chore: release 0.7.2 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 1, 2021
1 parent 33957c9 commit d5ce5c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [0.7.2](https://www.github.com/googleapis/python-analytics-admin/compare/v0.7.1...v0.7.2) (2021-11-01)


### Bug Fixes

* **deps:** drop packaging dependency ([be96ebc](https://www.github.com/googleapis/python-analytics-admin/commit/be96ebc5d99e3d3ea1883ce22fafa95847825fb3))
* **deps:** require google-api-core >= 1.28.0 ([be96ebc](https://www.github.com/googleapis/python-analytics-admin/commit/be96ebc5d99e3d3ea1883ce22fafa95847825fb3))


### Documentation

* list oneofs in docstring ([be96ebc](https://www.github.com/googleapis/python-analytics-admin/commit/be96ebc5d99e3d3ea1883ce22fafa95847825fb3))

### [0.7.1](https://www.github.com/googleapis/python-analytics-admin/compare/v0.7.0...v0.7.1) (2021-10-19)


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 @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.7.1"
version = "0.7.2"

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

Expand Down

0 comments on commit d5ce5c1

Please sign in to comment.