Skip to content

Commit

Permalink
1.8.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 10, 2023
1 parent ddf87c7 commit 83bf4fe
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@



## v1.8.2 (2023-10-10)

### :fire:

* :fire: Remove overgeneral-exceptions from pyproject.toml ([`d644e15`](https://github.com/mraniki/findmyorder/commit/d644e15080e7b4a0baae0f52c20a3f0f8e037391))

### Other

* Merge pull request #310 from mraniki/dev

♻️ Remove unnecessary lines in pyproject.toml file ([`ddf87c7`](https://github.com/mraniki/findmyorder/commit/ddf87c7070526dc5dca0c25457b925e98e1fff16))

* Remove unnecessary lines in pyproject.toml file ([`c31a28b`](https://github.com/mraniki/findmyorder/commit/c31a28bfdfc0a6f7bf0c219613bd7ccd0fa4e05e))

* Merge pull request #309 from mraniki/dev

Add automatic merge on approval rule ([`27bb172`](https://github.com/mraniki/findmyorder/commit/27bb17250ea96092d227c75b5e188eb1dee42154))

* Add automatic merge on approval rule

- Added a new file `.github/.mergify.yml` with rules for automatic mergi
ng of pull requests on approval. The rules include conditions for
succes
sful build and test checks, as well as no check failures. The merge
meth
od used is the default merge. ([`b64f6d4`](https://github.com/mraniki/findmyorder/commit/b64f6d4f6f4afe9945b7b3f36a6f940d60083567))


## v1.8.1 (2023-10-10)

### Other
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.8.1"
__version__ = "1.8.2"

from .main import FindMyOrder

Expand Down
4 changes: 3 additions & 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.8.1"
version = "1.8.2"
description = "A python package to identify and parse order for trade execution."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -56,6 +56,7 @@ overgeneral-exceptions = [
]



[tool.poetry.group.test.dependencies]
pytest = "^7.0"
pytest-cov = "^4.1"
Expand All @@ -64,6 +65,7 @@ pytest-mock = "^3.11.1"
pytest-loguru = "^0.3.0"



[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 83bf4fe

Please sign in to comment.