File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## Version 0.7.4
4+
5+ - Add support for recoverable signatures
6+ - Generalize Elements function to use external nonces
7+ - Expose blinding key functions to js wrapper
8+ - doc improvement and bugs fixing
9+
310## Version 0.7.3
411
512- Exposed ECDH, added py3.7 x86_64 linux wheels to released artifacts, updated
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.3 -cp37-cp37m-linux_x86_64.whl
95+ pip install wallycore-0.7.4 -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.3 '
97+ version = u'0.7.4 '
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.3 ' ,
5+ 'version' : '0.7.4 ' ,
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