Skip to content

Commit

Permalink
2.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Sep 13, 2024
1 parent b94b614 commit c80b9aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.17 2024-09-13
### Update
* Dependency: Up requirements for crypto-ws-api==2.0.13

## 2.1.16 2024-09-13
### Fix
* `OKX`: get_exchange_info: <class 'decimal.ConversionSyntax'> [#82](https://github.com/DogsTailFarmer/martin-binance/issues/82#issue-2467548368)
Expand Down
2 changes: 1 addition & 1 deletion exchanges_wrapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__contact__ = "https://github.com/DogsTailFarmer"
__email__ = "[email protected]"
__credits__ = ["https://github.com/DanyaSWorlD"]
__version__ = "2.1.16"
__version__ = "2.1.17"

from pathlib import Path
import shutil
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crypto-ws-api==2.0.12
crypto-ws-api==2.0.13
pyotp==2.9.0
simplejson==3.19.3
toml~=0.10.2
Expand Down

0 comments on commit c80b9aa

Please sign in to comment.