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

Commit 3b36a87

Browse files
chore: release 0.6.0 (#148)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent b1a1d28 commit 3b36a87

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.6.0](https://www.github.com/googleapis/python-analytics-admin/compare/v0.5.2...v0.6.0) (2021-10-08)
4+
5+
6+
### Features
7+
8+
* add context manager support in client ([#146](https://www.github.com/googleapis/python-analytics-admin/issues/146)) ([f1559b6](https://www.github.com/googleapis/python-analytics-admin/commit/f1559b6074e75e453e0f3c6f32a21bfac487e562))
9+
310
### [0.5.2](https://www.github.com/googleapis/python-analytics-admin/compare/v0.5.1...v0.5.2) (2021-10-07)
411

512

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.2"
22+
version = "0.6.0"
2323

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

0 commit comments

Comments
 (0)