File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ## Version 0.7.2
4+
5+ - API change of wally_tx_to_bytes and wally_tx_to_hex to not accept
6+ WALLY_TX_FLAG_USE_ELEMENTS bit set in flags. You should remove such flag when
7+ upgrading. This change affects elements transactions only.
8+
39## Version 0.6.5
410
511- Invalid bech32 addresses may have caused an out of bounds read. Thanks to
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.1 -cp27-cp27mu-linux_x86_64.whl
95+ pip install wallycore-0.7.2 -cp27-cp27mu-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 11AC_PREREQ ( [ 2.60] )
2- AC_INIT ( [ libwallycore] ,[ 0.7.1 ] )
2+ AC_INIT ( [ libwallycore] ,[ 0.7.2 ] )
33AC_CONFIG_AUX_DIR ( [ tools/build-aux] )
44AC_CONFIG_MACRO_DIR ( [ tools/build-aux/m4] )
55AC_CONFIG_SRCDIR ( [ src/mnemonic.h] )
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.1 '
97+ version = u'0.7.2 '
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.1 ' ,
5+ 'version' : '0.7.2 ' ,
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