Skip to content

Commit 5776668

Browse files
committed
bump version to 0.8.0
1 parent e7da4f2 commit 5776668

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES.md

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

3+
## Version 0.8.0
4+
5+
- No API changes
6+
37
## Version 0.7.9
48

59
- Python: 'None' passed as a binary buffer argument to wally calls which

README.md

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

106106
```
107-
pip install wallycore-0.7.9-cp37-cp37m-linux_x86_64.whl
107+
pip install wallycore-0.8.0-cp37-cp37m-linux_x86_64.whl
108108
```
109109

110110
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.9])
2+
AC_INIT([libwallycore],[0.8.0])
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
@@ -102,7 +102,7 @@ def extract_docs(infile, outfile):
102102
# built documents.
103103
#
104104
# The short X.Y version.
105-
version = u'0.7.9'
105+
version = u'0.8.0'
106106
# The full version, including alpha/beta/rc tags.
107107
release = version
108108

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.9',
5+
'version': '0.8.0',
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)