From 5ac4c5f187a03ffaef400653732b17c97c764bc8 Mon Sep 17 00:00:00 2001 From: "dakota.marshall" Date: Wed, 30 Aug 2023 21:10:38 -0400 Subject: [PATCH] release: Release 1.3.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 693dd94..8c94f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0] - 2023-08-30 + ### Added - `active_games()` method to `OGSClient` to see your currently active games [@benjaminpjones](https://gitlab.com/benjaminpjones) @@ -209,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://gitlab.com/dakota.marshall/ogs-python/-/compare/v1.1.2...HEAD +[unreleased]: https://gitlab.com/dakota.marshall/ogs-python/-/compare/v1.3.0...HEAD +[1.3.0]: https://gitlab.com/dakota.marshall/ogs-python/-/compare/v1.2.0...v1.3.0 [1.2.0]: https://gitlab.com/dakota.marshall/ogs-python/-/compare/v1.1.3...v1.2.0 [1.1.3]: https://gitlab.com/dakota.marshall/ogs-python/-/compare/v1.1.2...v1.1.3 [1.1.2]: https://gitlab.com/dakota.marshall/ogs-python/-/compare/v1.1.1...v1.1.2 diff --git a/pyproject.toml b/pyproject.toml index 2107d19..8c83e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "ogsapi" -version = "1.2.0" +version = "1.3.0" license = {file = "LICENSE"} authors = [ { name="Dakota Marshall", email="me@dakotamarshall.net" },