Skip to content

Commit

Permalink
release: Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota-marshall committed Aug 31, 2023
1 parent 41cfc25 commit 5ac4c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
Expand Down

0 comments on commit 5ac4c5f

Please sign in to comment.