Skip to content

Commit

Permalink
bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Jul 18, 2019
1 parent fcb621b commit c5f1a2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## Version 0.7.3

- Exposed ECDH, added py3.7 x86_64 linux wheels to released artifacts, updated
JS bindings to support latest nodejs, doc typos and bug fixing.

## Version 0.7.2

- API change of wally_tx_to_bytes and wally_tx_to_hex to not accept
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You can also install the binary wally releases using the released
wheel files without having to compile the library, e.g.:

```
pip install wallycore-0.7.2-cp27-cp27mu-linux_x86_64.whl
pip install wallycore-0.7.3-cp37-cp37m-linux_x86_64.whl
```

The script `tools/build_python_wheels.sh` builds the release files and can be
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def extract_docs(infile, outfile):
# built documents.
#
# The short X.Y version.
version = u'0.7.2'
version = u'0.7.3'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

kwargs = {
'name': 'wallycore',
'version': '0.7.2',
'version': '0.7.3',
'description': 'libwally Bitcoin library',
'long_description': 'Python bindings for the libwally Bitcoin library',
'url': 'https://github.com/ElementsProject/libwally-core',
Expand Down

0 comments on commit c5f1a2e

Please sign in to comment.