From 52c64f5c0d781c3f5912e1eb7b48a392431a8d91 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:56:24 +0000 Subject: [PATCH] chore: release 1.0.0 (#143) :robot: I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/python-game-servers/compare/v0.5.0...v1.0.0) (2021-06-30) ### Features * bump release level to production/stable ([#120](https://www.github.com/googleapis/python-game-servers/issues/120)) ([7abb7bb](https://www.github.com/googleapis/python-game-servers/commit/7abb7bb281c9cd1bbd94a9aa08690f6ed2faf349)) --- 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 49faa5e4..eed4bb8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://www.github.com/googleapis/python-game-servers/compare/v0.5.0...v1.0.0) (2021-06-30) + + +### Features + +* bump release level to production/stable ([#120](https://www.github.com/googleapis/python-game-servers/issues/120)) ([7abb7bb](https://www.github.com/googleapis/python-game-servers/commit/7abb7bb281c9cd1bbd94a9aa08690f6ed2faf349)) + ## [0.5.0](https://www.github.com/googleapis/python-game-servers/compare/v0.4.2...v0.5.0) (2021-06-30) diff --git a/setup.py b/setup.py index fc3ae0ca..5da5289d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.5.0" +version = "1.0.0" package_root = os.path.abspath(os.path.dirname(__file__))