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

Commit 81926e8

Browse files
chore: release 0.7.0 (#151)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f6d2033 commit 81926e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.7.0](https://www.github.com/googleapis/python-analytics-admin/compare/v0.6.0...v0.7.0) (2021-10-12)
4+
5+
6+
### Features
7+
8+
* add support for python 3.10 ([#150](https://www.github.com/googleapis/python-analytics-admin/issues/150)) ([f6d2033](https://www.github.com/googleapis/python-analytics-admin/commit/f6d2033e054e0c13e1134e95ec822a93bf227798))
9+
310
## [0.6.0](https://www.github.com/googleapis/python-analytics-admin/compare/v0.5.2...v0.6.0) (2021-10-08)
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.6.0"
22+
version = "0.7.0"
2323

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

0 commit comments

Comments
 (0)