From 7dcd983076e805bcaeb58b8a486d37b8f196cc2f Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Tue, 17 Sep 2024 11:54:44 +0300 Subject: [PATCH] Bump to version 0.0.5 --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 3 ++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87fa6e..499a32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,27 @@ # Change Log +## [0.0.5](https://github.com/code4romania/pyngohub/releases/tag/0.0.5)(2024-09-17) + +* Add user/organization endpoints for getting information + * add new organization and user endpoints + * get a user's profile + * get an NGO user's organization's profile + * get the applications of an organization's user + * get the list of apps + * get organization information + * get user(s) information + * checks for users making use of these endpoints + * check if a user has an application (self and other users) + * check if an organization has an application +* Improve the management of tests with tox +* Improve the documentation + + ## [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 @@ -11,11 +29,13 @@ * Update the README * Add a `tox` configuration + ## [0.0.2](https://github.com/code4romania/pyngohub/releases/tag/0.0.2)(2024-07-31) * Update the README * Update the project classifiers + ## [0.0.1](https://github.com/code4romania/pyngohub/releases/tag/0.0.1)(2024-07-30) * Initial code for the package. diff --git a/pyproject.toml b/pyproject.toml index a927f5f..abf4433 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "NGOHub" -version = "0.0.4" +version = "0.0.5" description = "Python client for ngohub.ro API" readme = "README.md" + classifiers = [ "Development Status :: 1 - Planning", "Intended Audience :: Developers",