Skip to content

Commit 873d918

Browse files
committed
version: 0.8.26
1 parent 6c2f33b commit 873d918

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-
* Support for key based authentication
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.26] - 2025-06-14
23+
24+
### Added
25+
26+
* Support for key based authentication
27+
2228
## [0.8.25] - 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.25",
36+
version="0.8.26",
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.25"
88+
return "0.8.26"
8989

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

0 commit comments

Comments
 (0)