Skip to content

Commit

Permalink
version: 0.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 2, 2025
1 parent 42a346b commit 1a90c22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Support for Stripe Klarna payment method
*

### Changed

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

*

## [0.8.21] - 2025-03-02

### Added

* Support for Stripe Klarna payment method

## [0.8.20] - 2025-02-18

### Fixed
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.20",
version="0.8.21",
author="Hive Solutions Lda.",
author_email="[email protected]",
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.20"
return "0.8.21"

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

0 comments on commit 1a90c22

Please sign in to comment.