From b5f5359f2a7f27d6a8faf5420586fc24fbb98758 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:04:18 +0000 Subject: [PATCH] chore: release 1.0.2 (#170) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.2](https://www.github.com/googleapis/python-game-servers/compare/v1.0.1...v1.0.2) (2021-07-28) ### Bug Fixes * enable self signed jwt for grpc ([#168](https://www.github.com/googleapis/python-game-servers/issues/168)) ([9d4ccd1](https://www.github.com/googleapis/python-game-servers/commit/9d4ccd1804824e5b3f9a3250d1c905c1f86e6d99)) ### Documentation * add Samples section to CONTRIBUTING.rst ([#163](https://www.github.com/googleapis/python-game-servers/issues/163)) ([a4b018e](https://www.github.com/googleapis/python-game-servers/commit/a4b018e7dfd6c8cd8e084306a8fd21da5329c255)) ### Miscellaneous Chores * release as 1.0.2 ([#169](https://www.github.com/googleapis/python-game-servers/issues/169)) ([00c3a82](https://www.github.com/googleapis/python-game-servers/commit/00c3a824eee4a46f8b54172541c90afc542ee9f5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8afa4f6..fc14d286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [1.0.2](https://www.github.com/googleapis/python-game-servers/compare/v1.0.1...v1.0.2) (2021-07-28) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#168](https://www.github.com/googleapis/python-game-servers/issues/168)) ([9d4ccd1](https://www.github.com/googleapis/python-game-servers/commit/9d4ccd1804824e5b3f9a3250d1c905c1f86e6d99)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#163](https://www.github.com/googleapis/python-game-servers/issues/163)) ([a4b018e](https://www.github.com/googleapis/python-game-servers/commit/a4b018e7dfd6c8cd8e084306a8fd21da5329c255)) + + +### Miscellaneous Chores + +* release as 1.0.2 ([#169](https://www.github.com/googleapis/python-game-servers/issues/169)) ([00c3a82](https://www.github.com/googleapis/python-game-servers/commit/00c3a824eee4a46f8b54172541c90afc542ee9f5)) + ### [1.0.1](https://www.github.com/googleapis/python-game-servers/compare/v1.0.0...v1.0.1) (2021-07-20) diff --git a/setup.py b/setup.py index 7abb34ef..b9648d1c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.1" +version = "1.0.2" package_root = os.path.abspath(os.path.dirname(__file__))