Skip to content

Commit

Permalink
1.7.21
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 20, 2023
1 parent c1e82c9 commit 6b47df5
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,38 @@



## v1.7.21 (2023-08-20)

### Other

* Merge pull request #279 from mraniki/dev

👷Flow.yml ([`c1e82c9`](https://github.com/mraniki/findmyorder/commit/c1e82c9ecfde31975b8cc578a4610c002c2c1f9c))

* :construction_worker_man:Flow.yml ([`fb381a1`](https://github.com/mraniki/findmyorder/commit/fb381a1f9930abe98d624379fa00386df32a789a))

* Merge branch 'main' into dev ([`c3a7ff4`](https://github.com/mraniki/findmyorder/commit/c3a7ff4490c443084e3a49f8f978e853fc6916c7))


## v1.7.20 (2023-08-20)

### Other

* Merge branch 'main' into dev ([`fc32d3f`](https://github.com/mraniki/findmyorder/commit/fc32d3fc1b4d0be25f10807a6be505df5f0dbe05))

### ⬆️

* ⬆️(deps): update dependency sphinx to v7.1.2 ([`c73065f`](https://github.com/mraniki/findmyorder/commit/c73065fb482b38dc23f691e641336548488a96c5))


## v1.7.19 (2023-08-20)

### Other

* Merge branch 'main' into dev ([`abf05d7`](https://github.com/mraniki/findmyorder/commit/abf05d70d38dc6e39fe4a9b415d1bdc328d74ceb))

* Merge branch 'main' into dev ([`16a9e14`](https://github.com/mraniki/findmyorder/commit/16a9e149be4e5becf0210fa506b331b699cee1f5))

### Update

* Update renovate.json ([`6463864`](https://github.com/mraniki/findmyorder/commit/6463864f5af89bd660b6819a8e5bdd55e53877f0))
Expand All @@ -20,6 +43,16 @@

## v1.7.18 (2023-08-20)

### :fire:

* :fire: ([`190c4d5`](https://github.com/mraniki/findmyorder/commit/190c4d57a505423874049ec4aa4f1cc408a7d2ba))

### Other

* Merge branch 'main' into dev ([`6455c55`](https://github.com/mraniki/findmyorder/commit/6455c55b063fcdcd86706afa53df7c368783a7ac))

* Merge branch 'main' into dev ([`744852c`](https://github.com/mraniki/findmyorder/commit/744852cea65abd7c75c6f3b1a262cd6c4a79993b))

### Update

* Update pyproject.toml ([`dadc362`](https://github.com/mraniki/findmyorder/commit/dadc36207a5654c9ce9be1a5a497c1a8702bd4b6))
Expand Down
2 changes: 1 addition & 1 deletion findmyorder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
FindMyOrder Versioning
"""
__version__ = "1.7.20"
__version__ = "1.7.21"

from .config import settings
from .main import FindMyOrder
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "findmyorder"
version = "1.7.20"
version = "1.7.21"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 6b47df5

Please sign in to comment.