From b6df98201414cef96f66f73971296c7d398b3ffe Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:14:10 +0000 Subject: [PATCH] chore: release 0.2.0 (#39) :robot: I have created a release \*beep\* \*boop\* --- ## [0.2.0](https://www.github.com/googleapis/python-audit-log/compare/v0.1.1...v0.2.0) (2021-10-13) ### Features * add trove classifier for python 3.10 ([#38](https://www.github.com/googleapis/python-audit-log/issues/38)) ([355cbf1](https://www.github.com/googleapis/python-audit-log/commit/355cbf14dbe67879395c068ff0192b9d21410c51)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/google-cloud-audit-log/CHANGELOG.md | 7 +++++++ packages/google-cloud-audit-log/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-audit-log/CHANGELOG.md b/packages/google-cloud-audit-log/CHANGELOG.md index d76948f10737..b614814f9f24 100644 --- a/packages/google-cloud-audit-log/CHANGELOG.md +++ b/packages/google-cloud-audit-log/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-audit-log/compare/v0.1.1...v0.2.0) (2021-10-13) + + +### Features + +* add trove classifier for python 3.10 ([#38](https://www.github.com/googleapis/python-audit-log/issues/38)) ([355cbf1](https://www.github.com/googleapis/python-audit-log/commit/355cbf14dbe67879395c068ff0192b9d21410c51)) + ### [0.1.1](https://www.github.com/googleapis/python-audit-log/compare/v0.1.0...v0.1.1) (2021-08-31) diff --git a/packages/google-cloud-audit-log/setup.py b/packages/google-cloud-audit-log/setup.py index f403f50b90f3..8d94e1f73181 100644 --- a/packages/google-cloud-audit-log/setup.py +++ b/packages/google-cloud-audit-log/setup.py @@ -20,7 +20,7 @@ name = "google-cloud-audit-log" description = "Google Cloud Audit Protos" -version = "0.1.1" +version = "0.2.0" release_status = "Development Status :: 4 - Beta" dependencies = ["protobuf >= 3.6.0", "googleapis-common-protos >= 1.52.0"]