Skip to content

Commit

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



## v1.7.3 (2023-08-03)

### Other

* Merge pull request #254 from mraniki/dependabot/pip/ruff-gte-0.0.280-and-lt-0.0.282

⬆️ Dep: Update ruff requirement from ^0.0.280 to >=0.0.280,<0.0.282 ([`516aa58`](https://github.com/mraniki/findmyorder/commit/516aa585ed46d5a303fdff31fdfd4b1f4271dcfa))


## v1.7.2 (2023-08-03)

### Other
Expand All @@ -14,6 +23,23 @@

* Update Requirements ([`98ed507`](https://github.com/mraniki/findmyorder/commit/98ed50784476d60b19d8e5e86fc35e9bec93f145))

* Update Requirements ([`e434bd9`](https://github.com/mraniki/findmyorder/commit/e434bd9600db59e9b06005c0a9366afe02d5cbcf))

* :arrow_up: Dep: Update ruff requirement

Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.280...v0.0.281)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]> ([`0ae9f6c`](https://github.com/mraniki/findmyorder/commit/0ae9f6c075dfae290d8577b3905ef791ab14f531))

### 📝

* 📝 ([`2cf980a`](https://github.com/mraniki/findmyorder/commit/2cf980a036db1a92c10203fa756207a54e7e0756))
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.2"
__version__ = "1.7.3"

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.2"
version = "1.7.3"
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 1318128

Please sign in to comment.