Skip to content

Commit

Permalink
version: 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 29, 2022
1 parent b83d121 commit 995fb7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Expand Up @@ -9,16 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Support for merging of sale lines for same merchandise object ID in `import_omni()`
*

### Changed

* Support for observations in quote operation
*

### Fixed

*

## [0.7.6] - 2022-08-29

### Added

* Support for merging of sale lines for same merchandise object ID in `import_omni()`

### Changed

* Support for observations in quote operation

## [0.7.5] - 2022-08-17

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

setuptools.setup(
name = "budy",
version = "0.7.5",
version = "0.7.6",
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.7.5"
return "0.7.6"

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

0 comments on commit 995fb7b

Please sign in to comment.