From 5fc95e7a2b50b1c354f1c42eb031966d1287b979 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Wed, 21 Aug 2024 11:25:10 +0300 Subject: [PATCH] Move to version 0.0.4 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b78c4..f87fa6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.0.4](https://github.com/code4romania/pyngohub/releases/tag/0.0.4)(2024-08-21) + +* Add code to work with the public endpoints (i.e., `health`, `version`, `file`, `nomenclatures/*`) + ## [0.0.3](https://github.com/code4romania/pyngohub/releases/tag/0.0.3)(2024-08-01) * Create `publish` & `release` workflows diff --git a/pyproject.toml b/pyproject.toml index 05378bc..548c5ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "NGOHub" -version = "0.0.3" +version = "0.0.4" description = "Python client for ngohub.ro API" readme = "README.md" classifiers = [