From e2800f48228507cf220427bae245a8b49662deb9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 29 Oct 2020 20:24:40 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.8.2=20=E2=86=92=200.8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fefcd..3b2261b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.8.3 (2020-10-29) + +### Refactor + +- **automator.py**: remove unecessary prints + +### Fix + +- **get_all_droplets**: Fix no pagination handling + ## 0.8.2 (2020-10-25) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 305ba57..9435329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydoautomator" -version = "0.8.2" +version = "0.8.3" description = "The Python lib for digital ocean automation" authors = ["Christian Eland "] license = "Apache-2.0" @@ -38,7 +38,7 @@ mkdocs-material = "^6.1.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.8.2" +version = "0.8.3" tag_format = "$version" version_files = [ "pyproject.toml:version"