From 7dd4d9358eeda8719e4881789cbe9190b86efb02 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 11:52:26 +0000 Subject: [PATCH] chore: release 0.5.0 (#138) :robot: I have created a release \*beep\* \*boop\* --- ## [0.5.0](https://www.github.com/googleapis/python-game-servers/compare/v0.4.2...v0.5.0) (2021-06-30) ### Features * add always_use_jwt_access ([#137](https://www.github.com/googleapis/python-game-servers/issues/137)) ([e0e5c5f](https://www.github.com/googleapis/python-game-servers/commit/e0e5c5fc643c28df4b6a199642b271a710c0c047)) ### Bug Fixes * disable always_use_jwt_access ([#141](https://www.github.com/googleapis/python-game-servers/issues/141)) ([3867cdf](https://www.github.com/googleapis/python-game-servers/commit/3867cdf2bf956f84371ffbaa558a444c1f699564)) ### Documentation * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-game-servers/issues/1127)) ([#132](https://www.github.com/googleapis/python-game-servers/issues/132)) ([46c7313](https://www.github.com/googleapis/python-game-servers/commit/46c7313ab392d08b956793fbb9babc2e2e13091a)), closes [#1126](https://www.github.com/googleapis/python-game-servers/issues/1126) --- 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 4c06d2da..49faa5e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.5.0](https://www.github.com/googleapis/python-game-servers/compare/v0.4.2...v0.5.0) (2021-06-30) + + +### Features + +* add always_use_jwt_access ([#137](https://www.github.com/googleapis/python-game-servers/issues/137)) ([e0e5c5f](https://www.github.com/googleapis/python-game-servers/commit/e0e5c5fc643c28df4b6a199642b271a710c0c047)) + + +### Bug Fixes + +* disable always_use_jwt_access ([#141](https://www.github.com/googleapis/python-game-servers/issues/141)) ([3867cdf](https://www.github.com/googleapis/python-game-servers/commit/3867cdf2bf956f84371ffbaa558a444c1f699564)) + + +### Documentation + +* omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-game-servers/issues/1127)) ([#132](https://www.github.com/googleapis/python-game-servers/issues/132)) ([46c7313](https://www.github.com/googleapis/python-game-servers/commit/46c7313ab392d08b956793fbb9babc2e2e13091a)), closes [#1126](https://www.github.com/googleapis/python-game-servers/issues/1126) + ### [0.4.2](https://www.github.com/googleapis/python-game-servers/compare/v0.4.1...v0.4.2) (2021-06-16) diff --git a/setup.py b/setup.py index 40afab83..f7d97454 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.4.2" +version = "0.5.0" package_root = os.path.abspath(os.path.dirname(__file__))