From 4cd60ca65f94dbb544973916568caab5eef78285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sat, 8 May 2021 12:02:27 +0100 Subject: [PATCH] version: 0.3.0 --- CHANGELOG.md | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f7e55..cf997cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for table generation using the `table()` method +* ### Changed @@ -18,3 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed * + +## [0.3.0] - 2021-05-08 + +### Added + +* Support for table generation using the `table()` method diff --git a/setup.py b/setup.py index 431786f..f08c2e4 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "appier_console", - version = "0.2.4", + version = "0.3.0", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Appier Console",