From 13181289ba630fa9dba80402109fe3575e7446ea Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Aug 2023 20:06:43 +0000 Subject: [PATCH] 1.7.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ findmyorder/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f21514..56afa60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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] <support@github.com> ([`0ae9f6c`](https://github.com/mraniki/findmyorder/commit/0ae9f6c075dfae290d8577b3905ef791ab14f531)) + ### 📝 * 📝 ([`2cf980a`](https://github.com/mraniki/findmyorder/commit/2cf980a036db1a92c10203fa756207a54e7e0756)) diff --git a/findmyorder/__init__.py b/findmyorder/__init__.py index 468c7dd..82166b5 100644 --- a/findmyorder/__init__.py +++ b/findmyorder/__init__.py @@ -1,7 +1,7 @@ """ FindMyOrder Versioning """ -__version__ = "1.7.2" +__version__ = "1.7.3" from .config import settings from .main import FindMyOrder diff --git a/pyproject.toml b/pyproject.toml index 2031113..0721f30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"