Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 8, 2024
1 parent 62bf556 commit a6f37d7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## v2.1.0 (2024-07-08)

### Other

* Merge pull request #381 from mraniki/dev

⬆️ 🤖 - Repartee is something we think of twentyfour hours too late ([`62bf556`](https://github.com/mraniki/findmyorder/commit/62bf556887bcc56fbbbe6ab8803a562f1fab5018))

### ♻️

* ♻️ ([`02b716f`](https://github.com/mraniki/findmyorder/commit/02b716f804d7b08f03d45f8962ba7882c9b9398d))

* ♻️ ([`c883341`](https://github.com/mraniki/findmyorder/commit/c883341f09d01a3b95d4c65ac4f8f5dfbb642b89))

###

* ✅ Unit Test ([`e07f71d`](https://github.com/mraniki/findmyorder/commit/e07f71d51fef26571a50385eb4eaf69675302fa6))

### 💄

* 💄 _create_client update ([`6dddf04`](https://github.com/mraniki/findmyorder/commit/6dddf044b9f22d126df284adae2227103d436a18))

## v2.0.0 (2024-07-07)

### :white_check_mark:
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__ = "2.0.0"
__version__ = "2.1.0"

from .main import FindMyOrder

Expand Down
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 = "2.0.0"
version = "2.1.0"
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 a6f37d7

Please sign in to comment.