From 77985301d413b4e9e13f2c68d9225e1e8f945b09 Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Fri, 10 May 2024 18:17:48 +0100 Subject: [PATCH] Bump version to 0.9.1; update CHANGELOG for new version --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acec044..f601135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe Historic and pre-release versions aren't necessarily included. +## [0.9.1] - 2024-05-10 + +### Changed + +- Docstring and README improvements + +### Fixed + +- `Member`, `Role`, `Subgroup` were removed from in top-level namespace + +- Docstring and README errors + + ## [0.9.0] - 2024-05-09 ### Changed @@ -83,6 +96,7 @@ Historic and pre-release versions aren't necessarily included. - Update dev/test dependencies: ruff +[0.9.1]: https://github.com/elliot-100/Spond-classes/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/elliot-100/Spond-classes/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/elliot-100/Spond-classes/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/elliot-100/Spond-classes/compare/v0.7.3...v0.8.0 diff --git a/pyproject.toml b/pyproject.toml index b486d19..60d1cac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spond-classes" -version = "0.9.0" +version = "0.9.1" description = "Experimental Python class abstraction layer for `spond` package." authors = ["elliot-100 <3186037+elliot-100@users.noreply.github.com>"] readme = "README.md"