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

Commit 18e527e

Browse files
chore: release 0.5.2 (#139)
🤖 I have created a release \*beep\* \*boop\* --- ### [0.5.2](https://www.github.com/googleapis/python-analytics-admin/compare/v0.5.1...v0.5.2) (2021-10-07) ### Bug Fixes * improper types in pagers generation ([aa076a9](https://www.github.com/googleapis/python-analytics-admin/commit/aa076a9bde90aaa2ceeaaa580c499a42e212b39f)) ### Documentation * add samples for accounts.search_change_history_events() method ([#137](https://www.github.com/googleapis/python-analytics-admin/issues/137)) ([c299b37](https://www.github.com/googleapis/python-analytics-admin/commit/c299b370c42a8684faa86f5bb5f65b3da8a2d0a8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent f9b7992 commit 18e527e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
### [0.5.2](https://www.github.com/googleapis/python-analytics-admin/compare/v0.5.1...v0.5.2) (2021-10-07)
4+
5+
6+
### Bug Fixes
7+
8+
* improper types in pagers generation ([aa076a9](https://www.github.com/googleapis/python-analytics-admin/commit/aa076a9bde90aaa2ceeaaa580c499a42e212b39f))
9+
10+
11+
### Documentation
12+
13+
* add samples for accounts.search_change_history_events() method ([#137](https://www.github.com/googleapis/python-analytics-admin/issues/137)) ([c299b37](https://www.github.com/googleapis/python-analytics-admin/commit/c299b370c42a8684faa86f5bb5f65b3da8a2d0a8))
14+
315
### [0.5.1](https://www.github.com/googleapis/python-analytics-admin/compare/v0.5.0...v0.5.1) (2021-09-24)
416

517

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.5.1"
22+
version = "0.5.2"
2323

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

0 commit comments

Comments
 (0)