From 568beb7cf8fee6faaf1d3367c8effc17ca6dbc87 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 10 Jun 2024 15:16:18 +0000 Subject: [PATCH] 0.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b9a73..9e879e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.4.0 (2024-06-10) + +### Feature + +* feat(cli): add deploy command + +The command `numerous deploy` deploys an app to an organization, where +it is accessible only to authorized users. ([`1e8b86b`](https://github.com/numerous-com/numerous-sdk/commit/1e8b86b344c53ec671db4b0fcc0a8d423eee1892)) + + ## v0.3.6 (2024-06-04) ### Fix diff --git a/pyproject.toml b/pyproject.toml index ca14476..fc737c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "numerous" readme = "README.md" -version = "0.3.6" +version = "0.4.0" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "typing-extensions==4.9.0",