diff --git a/CHANGELOG.md b/CHANGELOG.md index d33149f..b160c47 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 -* New views for "To Store" and "To Store Paid" handling +* ### Changed @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [0.8.8] - 2023-12-23 + +### Added + +* New views for "To Store" and "To Store Paid" handling + ## [0.8.7] - 2023-12-23 ### Added diff --git a/setup.py b/setup.py index a399e8c..2be9d19 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "budy", - version = "0.8.7", + version = "0.8.8", 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 d88aa7e..30967a2 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.7" + return "0.8.8" def _description(self): return "Budy"