Skip to content

Commit 50042b5

Browse files
committed
bump version to 0.7.4
1 parent ee62623 commit 50042b5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.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

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.3-cp37-cp37m-linux_x86_64.whl
95+
pip install wallycore-0.7.4-cp37-cp37m-linux_x86_64.whl
9696
```
9797

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

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.3'
97+
version = u'0.7.4'
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.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',

0 commit comments

Comments
 (0)