From 70db266df36ac74763a4964a0f6eacace88acbd5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 16:00:20 +0000 Subject: [PATCH] chore: release 1.3.0 (#219) :robot: I have created a release \*beep\* \*boop\* --- ## [1.3.0](https://www.github.com/googleapis/python-game-servers/compare/v1.2.1...v1.3.0) (2021-11-09) ### Features * add python 3.9 and 3.10 support ([#218](https://www.github.com/googleapis/python-game-servers/issues/218)) ([19aa818](https://www.github.com/googleapis/python-game-servers/commit/19aa8187e716d41e769a0f2aa894cb4f4732d61b)), closes [#216](https://www.github.com/googleapis/python-game-servers/issues/216) --- 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 1201c11f..6cfb3351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://www.github.com/googleapis/python-game-servers/compare/v1.2.1...v1.3.0) (2021-11-09) + + +### Features + +* add python 3.9 and 3.10 support ([#218](https://www.github.com/googleapis/python-game-servers/issues/218)) ([19aa818](https://www.github.com/googleapis/python-game-servers/commit/19aa8187e716d41e769a0f2aa894cb4f4732d61b)), closes [#216](https://www.github.com/googleapis/python-game-servers/issues/216) + ### [1.2.1](https://www.github.com/googleapis/python-game-servers/compare/v1.2.0...v1.2.1) (2021-11-01) diff --git a/setup.py b/setup.py index 45fed280..dfbd28df 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.2.1" +version = "1.3.0" package_root = os.path.abspath(os.path.dirname(__file__))