Skip to content

Commit

Permalink
chore: bump version 0.7.10 -> 0.7.11 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid authored Jan 12, 2024
1 parent 4ad4082 commit f207008
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.10
current_version = 0.7.11
commit = True
tag = True
tag_name = {new_version}
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ Fix breaking bug in `DriftClient.get_jupiter_swap_ix_v6` where token accounts wo

Add `get_l2_orderbook_sync` and `get_l3_orderbook_sync` to `DLOBClient` for building orderbooks from `DLOB` instead of `DLOB-server`

Refactor the `WebsocketDriftClientAccountSubscriber` subscription logic to reduce 429s
Refactor the `WebsocketDriftClientAccountSubscriber` subscription logic to reduce 429s

## [0.7.11] - 2024-1-12

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "driftpy"
version = "0.7.10"
version = "0.7.11"
description = "A Python client for the Drift DEX"
authors = ["x19 <https://twitter.com/[email protected]>", "bigz <https://twitter.com/bigz_pubkey>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/driftpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.10"
__version__ = "0.7.11"

0 comments on commit f207008

Please sign in to comment.