Skip to content

Commit 8dbed2c

Browse files
committed
Bump: Python-HDWallet into v3.6.1 package
1 parent cbd2911 commit 8dbed2c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v3.6.1](https://github.com/hdwallet-io/python-hdwallet/tree/v3.6.1) (2025-08-04)
4+
5+
[Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.6.0...v3.6.1)
6+
7+
**Enhancements:**
8+
9+
- Update: retrieve ECC name from HD class in HDWallet
10+
11+
**Fix Bugs:**
12+
13+
- Fix: parent-fingerprint of AlgorandHD implementation
14+
315
## [v3.6.0](https://github.com/hdwallet-io/python-hdwallet/tree/v3.6.0) (2025-07-31)
416

517
[Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.5.1...v3.6.0)

hdwallet/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import List
88

99
__name__: str = "hdwallet"
10-
__version__: str = "v3.6.0"
10+
__version__: str = "v3.6.1"
1111
__license__: str = "MIT"
1212
__author__: str = "Meheret Tesfaye Batu"
1313
__email__: str = "meherett.batu@gmail.com"

0 commit comments

Comments
 (0)