File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.4.1] ( https://github.com/hdwallet-io/python-bip38/tree/v1.4.1 ) (2025-07-12)
4+
5+ [ Full Changelog] ( https://github.com/hdwallet-io/python-bip38/compare/v1.4.0...v1.4.1 )
6+
7+ ** Enhancements:**
8+
9+ - Fix OpenSSL issue in Windows-OS
10+
11+ ** Dependencies:**
12+
13+ - Add: ` pycryptodome ` 3.23.0,<4 package
14+ - Drop: ` script ` 0.8.20,<1 package
15+
316## [ v1.4.0] ( https://github.com/hdwallet-io/python-bip38/tree/v1.4.0 ) (2025-07-09)
417
518[ Full Changelog] ( https://github.com/hdwallet-io/python-bip38/compare/v1.3.1...v1.4.0 )
Original file line number Diff line number Diff line change 77from typing import List
88
99__name__ : str = "bip38"
10- __version__ : str = "v1.4.0 "
10+ __version__ : str = "v1.4.1 "
1111__license__ : str = "MIT"
1212__author__ : str = "Meheret Tesfaye Batu"
1313__email__ :
str = "[email protected] "
You can’t perform that action at this time.
0 commit comments