Skip to content

Commit c5f1a2e

Browse files
committed
bump version to 0.7.3
1 parent fcb621b commit c5f1a2e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## Version 0.7.3
4+
5+
- Exposed ECDH, added py3.7 x86_64 linux wheels to released artifacts, updated
6+
JS bindings to support latest nodejs, doc typos and bug fixing.
7+
38
## Version 0.7.2
49

510
- API change of wally_tx_to_bytes and wally_tx_to_hex to not accept

README.md

+1-1
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.2-cp27-cp27mu-linux_x86_64.whl
95+
pip install wallycore-0.7.3-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

+1-1
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.2'
97+
version = u'0.7.3'
9898
# The full version, including alpha/beta/rc tags.
9999
release = version
100100

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
kwargs = {
44
'name': 'wallycore',
5-
'version': '0.7.2',
5+
'version': '0.7.3',
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)