From 5d66b4bde4a4e37f345b6ed8c986041f60ef84bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sat, 23 Dec 2023 16:37:45 +0000 Subject: [PATCH] version: 0.8.7 --- CHANGELOG.md | 8 +++++++- setup.py | 2 +- src/budy/main.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3df0f..aa03ab3 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 automatic fill of Seeplus fulfillment and delivery data +* ### Changed @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.8.7] - 2023-12-23 + +### Added + +* Support for automatic fill of Seeplus fulfillment and delivery data + ## [0.8.6] - 2023-12-13 ### Added diff --git a/setup.py b/setup.py index 1b605b9..a399e8c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "budy", - version = "0.8.6", + version = "0.8.7", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Budy E-commerce System", diff --git a/src/budy/main.py b/src/budy/main.py index d56a0a1..d88aa7e 100644 --- a/src/budy/main.py +++ b/src/budy/main.py @@ -90,7 +90,7 @@ def get_seeplus_api(self): return self.seeplus_api def _version(self): - return "0.8.6" + return "0.8.7" def _description(self): return "Budy"