File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## Version 0.7.3
4
+
5
+ - Exposed ECDH, added py3.7 x86_64 linux wheels to released artifacts, updated
6
+ JS bindings to support latest nodejs, doc typos and bug fixing.
7
+
3
8
## Version 0.7.2
4
9
5
10
- API change of wally_tx_to_bytes and wally_tx_to_hex to not accept
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ You can also install the binary wally releases using the released
92
92
wheel files without having to compile the library, e.g.:
93
93
94
94
```
95
- pip install wallycore-0.7.2-cp27-cp27mu -linux_x86_64.whl
95
+ pip install wallycore-0.7.3-cp37-cp37m -linux_x86_64.whl
96
96
```
97
97
98
98
The script ` tools/build_python_wheels.sh ` builds the release files and can be
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def extract_docs(infile, outfile):
94
94
# built documents.
95
95
#
96
96
# The short X.Y version.
97
- version = u'0.7.2 '
97
+ version = u'0.7.3 '
98
98
# The full version, including alpha/beta/rc tags.
99
99
release = version
100
100
Original file line number Diff line number Diff line change 2
2
3
3
kwargs = {
4
4
'name' : 'wallycore' ,
5
- 'version' : '0.7.2 ' ,
5
+ 'version' : '0.7.3 ' ,
6
6
'description' : 'libwally Bitcoin library' ,
7
7
'long_description' : 'Python bindings for the libwally Bitcoin library' ,
8
8
'url' : 'https://github.com/ElementsProject/libwally-core' ,
You can’t perform that action at this time.
0 commit comments