Skip to content

Commit a956750

Browse files
committed
Release version 5.0
1 parent 47672c5 commit a956750

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 5.0
2+
3+
This is a breaking release.
4+
5+
- Migrate project to new `pyproject.toml` standard from `setup.py`/`requirements.txt`.
6+
- As part of migration, top-level `__version__` variable was dropped from the package.
7+
18
# 4.0
29

310
This is a breaking release.

pyproject.toml

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

55
[project]
66
name = "bip32"
7-
version = "4.0.0"
7+
version = "5.0.0"
88
dependencies = [
99
"coincurve>=15.0,<21",
1010
]

0 commit comments

Comments
 (0)