Skip to content

Commit

Permalink
frank/0.7.42 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid committed Mar 18, 2024
1 parent 8d04d2e commit e3d85f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.41
current_version = 0.7.42
commit = True
tag = True
tag_name = {new_version}
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -208,4 +208,8 @@ Fix events archiver bug with logs less than 8 bytes

Update `drift.json` IDL

Fix enum interpretaton bug in `get_max_confidence_interval_multiplier`
Fix enum interpretaton bug in `get_max_confidence_interval_multiplier`

## [0.7.42] - 2024-3-18

Add W-PERP to `constants/perp_markets.py`
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "driftpy"
version = "0.7.41"
version = "0.7.42"
description = "A Python client for the Drift DEX"
authors = ["x19 <https://twitter.com/0xNineteen@gmail.com>", "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
@@ -1 +1 @@
__version__ = "0.7.41"
__version__ = "0.7.42"

0 comments on commit e3d85f2

Please sign in to comment.