From 0873f1e35a376ce96572b84af5c4a5c746533c65 Mon Sep 17 00:00:00 2001 From: marius-mather Date: Mon, 7 Nov 2022 06:01:14 +0000 Subject: [PATCH] Release 0.2.4 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bfa39..8dc8ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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.2.4] - 2022-11-07 ### Changed - Add "subset" to search query fields @@ -58,7 +60,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Initial release on PyPI -[Unreleased]: https://github.com/ahida-development/ols-py/compare/0.2.3...master +[Unreleased]: https://github.com/ahida-development/ols-py/compare/0.2.4...master +[0.2.4]: https://github.com/ahida-development/ols-py/compare/0.2.3...0.2.4 [0.2.3]: https://github.com/ahida-development/ols-py/compare/0.2.2...0.2.3 [0.2.2]: https://github.com/ahida-development/ols-py/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/ahida-development/ols-py/compare/0.2.0...0.2.1 diff --git a/pyproject.toml b/pyproject.toml index bccf5ad..12f4778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ols-py" -version = "0.2.3" +version = "0.2.4" description = "Python client for the Ontology Lookup Service" authors = [ "Marius Mather ",