Skip to content

Commit

Permalink
1.7.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 7, 2023
1 parent 9f6159c commit 4c43aaf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@



## v1.7.8 (2023-08-07)

### Fix

* 📝 intersphinx fix ([`d928a7e`](https://github.com/mraniki/findmyorder/commit/d928a7e652b0decde1e7f63a979f84099f8d52c6))

* 📝 fix ([`bf2b38c`](https://github.com/mraniki/findmyorder/commit/bf2b38c02a957c3578b6a3b2fec9bd78429f7b9d))

### Other

* Merge pull request #263 from mraniki/dev

📝 sphinx.ext.extlinks ([`9f6159c`](https://github.com/mraniki/findmyorder/commit/9f6159c880542ae7ee1e5af9d72b72bb37913c90))

### 🎨

* 🎨 improve docs with hovering ([`d2aede8`](https://github.com/mraniki/findmyorder/commit/d2aede8e6077a388e5c7a86a3392ad3a5312978e))

### 📝

* 📝 updating docs template and sphinx ([`3ed9178`](https://github.com/mraniki/findmyorder/commit/3ed917861cfb171d8b78e1d9d07fa954ea0a770a))

* 📝 sphinx.ext.extlinks ([`9670dcd`](https://github.com/mraniki/findmyorder/commit/9670dcdd40f361ecd2ab1eac919dcba171c008ca))


## v1.7.7 (2023-08-06)

### 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.7.7"
__version__ = "1.7.8"

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.7"
version = "1.7.8"
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 4c43aaf

Please sign in to comment.