From 33c4518f73fa1e2730c922e210761080718eb969 Mon Sep 17 00:00:00 2001 From: marius-mather Date: Mon, 11 Dec 2023 04:20:44 +0000 Subject: [PATCH] Release 0.9.9 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8164204..0ca57a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.9.9] - 2023-12-11 ### Changed - Updated to use OLS4 everywhere - OLS4 is the only version being actively updated now + ### Removed - `OlsClient`. This package will only support OLS4, going forward @@ -110,7 +113,8 @@ specified with `TypedDict`, rather than a PyDantic object - this is more user-fr ### Changed - Initial release on PyPI -[Unreleased]: https://github.com/ahida-development/ols-py/compare/0.6.1...master +[Unreleased]: https://github.com/ahida-development/ols-py/compare/0.9.9...master +[0.9.9]: https://github.com/ahida-development/ols-py/compare/0.6.1...0.9.9 [0.6.1]: https://github.com/ahida-development/ols-py/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/ahida-development/ols-py/compare/0.5.1...0.6.0 [0.5.1]: https://github.com/ahida-development/ols-py/compare/0.5.0...0.5.1 @@ -132,3 +136,4 @@ specified with `TypedDict`, rather than a PyDantic object - this is more user-fr [0.1.0]: https://github.com/ahida-development/ols-py/compare/0.0.3...0.1.0 [0.0.3]: https://github.com/ahida-development/ols-py/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/ahida-development/ols-py/tree/0.0.2 + diff --git a/pyproject.toml b/pyproject.toml index 9dfd28a..dd8a4cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ols-py" -version = "0.6.1" +version = "0.9.9" description = "Python client for the Ontology Lookup Service" authors = [ "Marius Mather ",