Skip to content

Commit 895632c

Browse files
committed
bump version to 0.7.7
1 parent 399906a commit 895632c

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## Version 0.7.7
4+
5+
- Expose wally_psbt_get_length
6+
- Add wally_scriptpubkey_to_address
7+
- Return written bytes in asset_pak_whitelistproof
8+
- Elements bug fixes
9+
310
## Version 0.7.6
411

512
- Add flag to sort multisig keys (BIP67)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can also install the binary wally releases using the released
9292
wheel files without having to compile the library, e.g.:
9393

9494
```
95-
pip install wallycore-0.7.6-cp37-cp37m-linux_x86_64.whl
95+
pip install wallycore-0.7.7-cp37-cp37m-linux_x86_64.whl
9696
```
9797

9898
The script `tools/build_python_wheels.sh` builds the release files and can be

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([libwallycore],[0.7.6])
2+
AC_INIT([libwallycore],[0.7.7])
33
AC_CONFIG_AUX_DIR([tools/build-aux])
44
AC_CONFIG_MACRO_DIR([tools/build-aux/m4])
55
AC_CONFIG_SRCDIR([src/mnemonic.h])

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6'
97+
version = u'0.7.7'
9898
# The full version, including alpha/beta/rc tags.
9999
release = version
100100

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
kwargs = {
44
'name': 'wallycore',
5-
'version': '0.7.6',
5+
'version': '0.7.7',
66
'description': 'libwally Bitcoin library',
77
'long_description': 'Python bindings for the libwally Bitcoin library',
88
'url': 'https://github.com/ElementsProject/libwally-core',

0 commit comments

Comments
 (0)