Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 13, 2022
1 parent 11876e6 commit e96f608
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Note: version releases in the 0.x.y range may introduce breaking changes.

<!--next-version-placeholder-->

## v0.7.1 (2022-05-13)
### Fix
* Unitests now working ([`77716a6`](https://github.com/bitshares/python-bitshares/commit/77716a6dc7547a9e73577ce18b587388fd4e9ee5))
* Linting via black ([`6b4ac7f`](https://github.com/bitshares/python-bitshares/commit/6b4ac7f085466ed13a4e9dabfd77bf81b905a841))
* #303 ([`0eedb6d`](https://github.com/bitshares/python-bitshares/commit/0eedb6d2f42f78920eea1b4811d8bd12fb32e6bd))
* #307 ([`a72ceee`](https://github.com/bitshares/python-bitshares/commit/a72ceee11aedcbe0c800b5c76543f39219324d41))
* Fix #306 ([`3b38b99`](https://github.com/bitshares/python-bitshares/commit/3b38b9939175a3d67bad15091fa9c544ff9c4afc))

### Documentation
* Release flow and conventional commits ([`4958a6e`](https://github.com/bitshares/python-bitshares/commit/4958a6eab9cbf0ff930be7cb03545617e952ea29))

## 0.7.0

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

from setuptools import setup

__version__ = "0.7.0"
__version__ = "0.7.1"

setup(
version=__version__,
Expand Down

0 comments on commit e96f608

Please sign in to comment.