Skip to content

Commit

Permalink
0.19.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 25, 2024
1 parent 29854ad commit d913176
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d913176

Please sign in to comment.