Skip to content

Commit

Permalink
frank/0.7.34 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid authored Mar 4, 2024
1 parent aa14e0d commit 5744a67
Show file tree
Hide file tree
Showing 4 changed files with 10 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.33
current_version = 0.7.34
commit = True
tag = True
tag_name = {new_version}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,10 @@ Sort market indexes in `CachedDriftClientAccountSubscriber` before populating ca

Merge PR #116: Update div_ceil to use integer division isntead of float division

Merge PR #117: Allows for the Jupiter V6 Swap API url to be configured
Merge PR #117: Allows for the Jupiter V6 Swap API url to be configured

## [0.7.34] - 2024-3-4

Refactor oracle switching & tests

Fix bug in `MarketMap` where a subscription would not be properly established
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.33"
version = "0.7.34"
description = "A Python client for the Drift DEX"
authors = ["x19 <https://twitter.com/[email protected]>", "bigz <https://twitter.com/bigz_pubkey>", "frank <https://twitter.com/soundsonacid>"]
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.33"
__version__ = "0.7.34"

0 comments on commit 5744a67

Please sign in to comment.