Skip to content

Commit a7c6f11

Browse files
committed
version: 0.8.27
1 parent 612f13b commit a7c6f11

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
* Major voucher improvements
12+
*
1313

1414
### Changed
1515

@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
*
2121

22+
## [0.8.27] - 2025-06-17
23+
24+
### Added
25+
26+
* Major voucher improvements
27+
2228
## [0.8.26] - 2025-06-14
2329

2430
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setuptools.setup(
3535
name="budy",
36-
version="0.8.26",
36+
version="0.8.27",
3737
author="Hive Solutions Lda.",
3838
author_email="development@hive.pt",
3939
description="Budy E-commerce System",

src/budy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def get_seeplus_api(self):
8585
return self.seeplus_api
8686

8787
def _version(self):
88-
return "0.8.26"
88+
return "0.8.27"
8989

9090
def _description(self):
9191
return "Budy"

0 commit comments

Comments
 (0)