From cefabd7422d2f9c8598b6ac04796a7f134890571 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Wed, 12 Feb 2025 14:18:27 +0100 Subject: [PATCH] Bump to version 0.1.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0835a73..cef4f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.1.0](https://github.com/code4romania/pyngohub/releases/tag/0.1.0)(2025-02-12) + +* Bump the minor version to `0.1.0` since the package has passed the production test +* Bring back compatibility with Python 3.11 + + ## [0.0.10](https://github.com/code4romania/pyngohub/releases/tag/0.0.10)(2025-02-03) * Fix the cities in the `organization.activity_data` diff --git a/pyproject.toml b/pyproject.toml index 73c8d79..96b877c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "NGOHub" -version = "0.0.10" -description = "Python client for ngohub.ro API" +version = "0.1.0" +description = "Python client for the ngohub.ro API" readme = "README.md" classifiers = [