From 3e5ec91d599ca014a39788950a337a8a1b3aa5a3 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Wed, 13 Oct 2021 23:10:38 +0200 Subject: [PATCH] Release 0.3.0 (#100) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb06a9..c43b14a 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 ## Unreleased +## 0.3.0 - 2021-10-13 + ### Added - Add `AsyncOAuthHandler` diff --git a/pyproject.toml b/pyproject.toml index 8511c29..0b6d439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iolite-client" -version = "0.2.0" +version = "0.3.0" description = "API client for interacting with IOLite's remote API" authors = ["Malachi Soord "] license = "MIT"