Skip to content

Commit 024f556

Browse files
author
Cryp Toon
committed
RELEASE 0.7.5 - Add Nownodes provider, code cleanup, various bugfixes
1 parent ab8583a commit 024f556

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
RELEASE 0.7.5 - Add Nownodes provider, code cleanup, various bugfixes
2+
=====================================================================
3+
* Add Nownodes provider
4+
* Fix mixup private and public key in get_key_format
5+
* Use string interpolation
6+
* Cleanup code, remove deprecated methods
7+
* Provider updates for litecoin legacy network
8+
* Various other bugfixes
9+
110
RELEASE 0.7.4 - Add and updates providers, improve blockchain parsing
211
=====================================================================
312
* Add testnet4, signet Blockbook provider

bitcoinlib/config/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.4
1+
0.7.5

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# The short X.Y version.
4646
version = '0.7'
4747
# The full version, including alpha/beta/rc tags.
48-
release = '0.7.4'
48+
release = '0.7.5'
4949

5050
# The language for content autogenerated by Sphinx. Refer to documentation
5151
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = bitcoinlib
3-
version = 0.7.4
3+
version = 0.7.5
44
url = http://github.com/1200wd/bitcoinlib
55
author = 1200wd
66
author_email = info@1200wd.com

0 commit comments

Comments
 (0)