From 06e82ee9be36c135366b9026736470b36c8c45a1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 23:04:15 +0000 Subject: [PATCH] chore: release 1.0.1 (#164) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.1](https://www.github.com/googleapis/python-game-servers/compare/v1.0.0...v1.0.1) (2021-07-20) ### Bug Fixes * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#162](https://www.github.com/googleapis/python-game-servers/issues/162)) ([a4263ce](https://www.github.com/googleapis/python-game-servers/commit/a4263ce7550cf34f96875ed7bf01e825d2211911)) --- 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 | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eed4bb8c..e8afa4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/python-game-servers/compare/v1.0.0...v1.0.1) (2021-07-20) + + +### Bug Fixes + +* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#162](https://www.github.com/googleapis/python-game-servers/issues/162)) ([a4263ce](https://www.github.com/googleapis/python-game-servers/commit/a4263ce7550cf34f96875ed7bf01e825d2211911)) + ## [1.0.0](https://www.github.com/googleapis/python-game-servers/compare/v0.5.0...v1.0.0) (2021-06-30) diff --git a/setup.py b/setup.py index 7ffa4f8c..7abb34ef 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.0" +version = "1.0.1" package_root = os.path.abspath(os.path.dirname(__file__))