From 6fc61a0242a4192ace88a2b84028224a575787a7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 19:34:35 +0000 Subject: [PATCH 1/2] chore: release 1.2.1 --- CHANGELOG.md | 18 ++++++++++++++++++ setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8da5b1..a13cd97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +### [1.2.1](https://www.github.com/googleapis/python-workflows/compare/v1.2.0...v1.2.1) (2021-07-26) + + +### Features + +* add Samples section to CONTRIBUTING.rst ([#76](https://www.github.com/googleapis/python-workflows/issues/76)) ([8eb851b](https://www.github.com/googleapis/python-workflows/commit/8eb851b40624f56fc805fec00b0731c60ec3b568)) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#75](https://www.github.com/googleapis/python-workflows/issues/75)) ([cd2684f](https://www.github.com/googleapis/python-workflows/commit/cd2684fd73e7bf68ce413370aec5819a9c5e35a1)) +* enable self signed jwt for grpc ([#81](https://www.github.com/googleapis/python-workflows/issues/81)) ([5abf2bc](https://www.github.com/googleapis/python-workflows/commit/5abf2bca6fff87008386e1505aba86765c318fec)) + + +### Miscellaneous Chores + +* release as 1.2.1 ([#80](https://www.github.com/googleapis/python-workflows/issues/80)) ([b3ece19](https://www.github.com/googleapis/python-workflows/commit/b3ece19a7b671846ef49ade9a54d1b01f8ff2b69)) + ## [1.2.0](https://www.github.com/googleapis/python-workflows/compare/v1.1.0...v1.2.0) (2021-07-01) diff --git a/setup.py b/setup.py index f9fbd2e..adaa127 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.2.0" +version = "1.2.1" package_root = os.path.abspath(os.path.dirname(__file__)) From ffb67e0f4cd52c28d8485e432a5e37f593e048f3 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 28 Jul 2021 13:45:14 -0400 Subject: [PATCH 2/2] move docs to correct section in changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13cd97..db0c7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,17 @@ ### [1.2.1](https://www.github.com/googleapis/python-workflows/compare/v1.2.0...v1.2.1) (2021-07-26) -### Features - -* add Samples section to CONTRIBUTING.rst ([#76](https://www.github.com/googleapis/python-workflows/issues/76)) ([8eb851b](https://www.github.com/googleapis/python-workflows/commit/8eb851b40624f56fc805fec00b0731c60ec3b568)) - - ### Bug Fixes * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#75](https://www.github.com/googleapis/python-workflows/issues/75)) ([cd2684f](https://www.github.com/googleapis/python-workflows/commit/cd2684fd73e7bf68ce413370aec5819a9c5e35a1)) * enable self signed jwt for grpc ([#81](https://www.github.com/googleapis/python-workflows/issues/81)) ([5abf2bc](https://www.github.com/googleapis/python-workflows/commit/5abf2bca6fff87008386e1505aba86765c318fec)) +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#76](https://www.github.com/googleapis/python-workflows/issues/76)) ([8eb851b](https://www.github.com/googleapis/python-workflows/commit/8eb851b40624f56fc805fec00b0731c60ec3b568)) + + ### Miscellaneous Chores * release as 1.2.1 ([#80](https://www.github.com/googleapis/python-workflows/issues/80)) ([b3ece19](https://www.github.com/googleapis/python-workflows/commit/b3ece19a7b671846ef49ade9a54d1b01f8ff2b69))