From 78467d77db9b6e838c6f15c401dd91dfe70ed842 Mon Sep 17 00:00:00 2001 From: Matt Kafonek Date: Mon, 23 Oct 2023 10:43:33 -0400 Subject: [PATCH] 1.1.3 release (#195) * changelog * bump to 1.1.3 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4044cd1..5ada7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 For pre-1.0 releases, see [0.0.35 Changelog](https://github.com/noteable-io/origami/blob/0.0.35/CHANGELOG.md) ## [Unreleased] + +### [1.1.3] - 2023-10-23 ### Added - Programmatically share access to Spaces, Projects, and Notebooks/Files by email and access level. E.g. `await api_client.share_file(file_id, email, 'viewer')` diff --git a/pyproject.toml b/pyproject.toml index 20c549d..0856a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "noteable-origami" -version = "1.1.2" +version = "1.1.3" description = "The Noteable API interface" authors = ["Matt Seal "] maintainers = ["Matt Seal "]