From f2070080ab89e89e76d1593647b26ebb9ca61b2d Mon Sep 17 00:00:00 2001 From: frank <98238480+soundsonacid@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:49:28 -0800 Subject: [PATCH] chore: bump version 0.7.10 -> 0.7.11 (#79) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- src/driftpy/__init__.py | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c909b81d..55bceb49 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.10 +current_version = 0.7.11 commit = True tag = True tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4adf0b..82cf11b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +Refactor the `WebsocketDriftClientAccountSubscriber` subscription logic to reduce 429s + +## [0.7.11] - 2024-1-12 + diff --git a/pyproject.toml b/pyproject.toml index 919accc2..ce6ae165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "bigz "] license = "MIT" diff --git a/src/driftpy/__init__.py b/src/driftpy/__init__.py index b71bca49..9ff99824 100644 --- a/src/driftpy/__init__.py +++ b/src/driftpy/__init__.py @@ -1 +1 @@ -__version__ = "0.7.10" +__version__ = "0.7.11"