File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changes
22
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+
38## Version 0.7.2
49
510- 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
9292wheel files without having to compile the library, e.g.:
9393
9494```
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
9696```
9797
9898The 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):
9494# built documents.
9595#
9696# The short X.Y version.
97- version = u'0.7.2 '
97+ version = u'0.7.3 '
9898# The full version, including alpha/beta/rc tags.
9999release = version
100100
Original file line number Diff line number Diff line change 22
33kwargs = {
44 'name' : 'wallycore' ,
5- 'version' : '0.7.2 ' ,
5+ 'version' : '0.7.3 ' ,
66 'description' : 'libwally Bitcoin library' ,
77 'long_description' : 'Python bindings for the libwally Bitcoin library' ,
88 'url' : 'https://github.com/ElementsProject/libwally-core' ,
You can’t perform that action at this time.
0 commit comments