Skip to content

Commit 4d3c721

Browse files
committed
Bump: Python-BIP38 into v1.4.1 package
1 parent 096df69 commit 4d3c721

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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)

bip38/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 = "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]"

0 commit comments

Comments
 (0)