Skip to content

Commit

Permalink
v4.0.0 rc3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2pd committed Jul 3, 2023
1 parent b854f33 commit 9ca4eea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.0.0rc3 - 2023-07-03

### Changed
- Change `User-Agent`

## 4.0.0rc2 - 2023-05-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion binance/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0rc2"
__version__ = "4.0.0rc3"
2 changes: 1 addition & 1 deletion binance/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
self.session.headers.update(
{
"Content-Type": "application/json;charset=utf-8",
"User-Agent": "binance-connector/" + __version__,
"User-Agent": "binance-futures-connector-python/" + __version__,
"X-MBX-APIKEY": key,
}
)
Expand Down

0 comments on commit 9ca4eea

Please sign in to comment.