Skip to content

Commit d951360

Browse files
committed
Release version 5.0
1 parent 034b404 commit d951360

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
- Support for Python 3.8 was dropped due to a breaking change in the way setuptools interpret the license keys in `pyproject.toml`.
8+
19
# 4.0
210

311
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)