Skip to content

Commit

Permalink
version: 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 29, 2023
1 parent bf5f22a commit 951b61c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [0.8.5] - 2023-06-29

### Fixed

* Bumped `appier` version

## [0.8.4] - 2023-06-01

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

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

def _version(self):
return "0.8.4"
return "0.8.5"

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

0 comments on commit 951b61c

Please sign in to comment.