Skip to content

Commit 46542db

Browse files
committed
Version 1.17.0.0
1 parent bb5b2b2 commit 46542db

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Latest changes
44

5+
## 1.17.0.0
6+
7+
Require Python 3.11+
8+
9+
Support Python 3.13
10+
11+
Use uv & ruff as tooling
12+
513
## 1.16.0.0
614

715
**Breaking changes**: all events received via websocket are now processed asynchronously. Ensure your handlers are accounted for concurrent access. In case not, ensure locking techniques are used (asyncio.Lock, postgres FOR UPDATE, advisory locks, etc)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bitcart"
7-
version = "1.16.0.0"
7+
version = "1.17.0.0"
88
description = "Bitcart coins support library"
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)