Skip to content

Commit

Permalink
version: 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2023
1 parent 803347d commit 9f959d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Support for the `key` and `token` field for the secret key values
*

### Changed

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

*

## [0.7.10] - 2023-03-20

### Added

* Support for the `key` and `token` field for the secret key values

## [0.7.9] - 2023-03-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "budy",
version = "0.7.9",
version = "0.7.10",
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
Expand Up @@ -90,7 +90,7 @@ def get_seeplus_api(self):
return self.seeplus_api

def _version(self):
return "0.7.9"
return "0.7.10"

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

0 comments on commit 9f959d2

Please sign in to comment.