Skip to content

Commit

Permalink
3.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Jan 18, 2025
1 parent 88ace8b commit 60494c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 3.0.18 - 2025-01-17
## 3.0.18 - 2025-01-18
### Update
* Change dependency model for exchanges-wrapper
* Up requirements for exchanges-wrapper>=2.1.26

## 3.0.17 - 2025-01-16
### Fix
Expand Down
2 changes: 1 addition & 1 deletion martin_binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__author__ = "Jerry Fedorenko"
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
__license__ = "MIT"
__version__ = "3.0.18rc2"
__version__ = "3.0.18"
__maintainer__ = "Jerry Fedorenko"
__contact__ = "https://github.com/DogsTailFarmer"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dynamic = ["version", "description"]
requires-python = ">=3.9"

dependencies = [
"exchanges-wrapper>=2.1.24",
"exchanges-wrapper>=2.1.26",
"jsonpickle==3.3.0",
"psutil==6.0.0",
"requests==2.32.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exchanges-wrapper>=2.1.24
exchanges-wrapper>=2.1.26
jsonpickle==3.3.0
psutil==6.0.0
requests==2.32.3
Expand Down

0 comments on commit 60494c2

Please sign in to comment.