Skip to content

Commit

Permalink
version: 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 3, 2022
1 parent 5e60507 commit 5955375
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [0.6.2] - 2021-05-03

### Added

* Support for more information in order notes

## [0.6.1] - 2021-07-05

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

setuptools.setup(
name = "budy",
version = "0.6.1",
version = "0.6.2",
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 @@ -83,7 +83,7 @@ def get_omni_api(self):
return self.omni_api

def _version(self):
return "0.6.1"
return "0.6.2"

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

0 comments on commit 5955375

Please sign in to comment.