From d91317683548da687b723feb3fff2cf42ed67cee Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 25 Sep 2024 15:35:24 +0000 Subject: [PATCH] 0.19.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f983639..e112f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # CHANGELOG +## v0.19.1 (2024-09-25) + +### Fix + +* fix(python-sdk): organization environment variable and default client ([`29854ad`](https://github.com/numerous-com/numerous-sdk/commit/29854adf99555e94fc9ef7050e8ffb290ff49138)) + + > + > * Use the correct environment variable `NUMEROUS_ORGANIZATION_ID`. + > * Define exception types for relevant exceptions in `_client` module. + > * Raise exception if organization ID is not configured. + > * Default to singleton client. + + + + ## v0.19.0 (2024-09-25) ### Feature diff --git a/pyproject.toml b/pyproject.toml index e87c87e..5771903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "numerous" readme = "README.md" -version = "0.19.0" +version = "0.19.1" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "typing-extensions==4.12.2",