Skip to content

Commit

Permalink
version: 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 31, 2024
1 parent 85ca933 commit 2f24f56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Additional validation to status changed in order for Seeplus, more pedantic
* Support for Easypay V2 integration
*

### Changed

* Made code compliant with black
*

### Fixed

*

## [0.8.11] - 2024-12-31

### Added

* Additional validation to status changed in order for Seeplus, more pedantic
* Support for Easypay V2 integration

### Changed

* Made code compliant with black

## [0.8.10] - 2024-01-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setuptools.setup(
name="budy",
version="0.8.10",
version="0.8.11",
author="Hive Solutions Lda.",
author_email="development@hive.pt",
description="Budy E-commerce System",
Expand Down
2 changes: 1 addition & 1 deletion src/budy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_seeplus_api(self):
return self.seeplus_api

def _version(self):
return "0.8.10"
return "0.8.11"

def _description(self):
return "Budy"
Expand Down

0 comments on commit 2f24f56

Please sign in to comment.