File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
10
RELEASE 0.7.4 - Add and updates providers, improve blockchain parsing
2
11
=====================================================================
3
12
* Add testnet4, signet Blockbook provider
Original file line number Diff line number Diff line change 1
- 0.7.4
1
+ 0.7.5
Original file line number Diff line number Diff line change 45
45
# The short X.Y version.
46
46
version = '0.7'
47
47
# The full version, including alpha/beta/rc tags.
48
- release = '0.7.4 '
48
+ release = '0.7.5 '
49
49
50
50
# The language for content autogenerated by Sphinx. Refer to documentation
51
51
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = bitcoinlib
3
- version = 0.7.4
3
+ version = 0.7.5
4
4
url = http://github.com/1200wd/bitcoinlib
5
5
author = 1200wd
6
6
author_email = info@1200wd.com
You can’t perform that action at this time.
0 commit comments