Skip to content

Commit e96f608

Browse files
committed
0.7.1
Automatically generated by python-semantic-release
1 parent 11876e6 commit e96f608

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Note: version releases in the 0.x.y range may introduce breaking changes.
33

44
<!--next-version-placeholder-->
55

6+
## v0.7.1 (2022-05-13)
7+
### Fix
8+
* Unitests now working ([`77716a6`](https://github.com/bitshares/python-bitshares/commit/77716a6dc7547a9e73577ce18b587388fd4e9ee5))
9+
* Linting via black ([`6b4ac7f`](https://github.com/bitshares/python-bitshares/commit/6b4ac7f085466ed13a4e9dabfd77bf81b905a841))
10+
* #303 ([`0eedb6d`](https://github.com/bitshares/python-bitshares/commit/0eedb6d2f42f78920eea1b4811d8bd12fb32e6bd))
11+
* #307 ([`a72ceee`](https://github.com/bitshares/python-bitshares/commit/a72ceee11aedcbe0c800b5c76543f39219324d41))
12+
* Fix #306 ([`3b38b99`](https://github.com/bitshares/python-bitshares/commit/3b38b9939175a3d67bad15091fa9c544ff9c4afc))
13+
14+
### Documentation
15+
* Release flow and conventional commits ([`4958a6e`](https://github.com/bitshares/python-bitshares/commit/4958a6eab9cbf0ff930be7cb03545617e952ea29))
16+
617
## 0.7.0
718

819
- minor: Add liquidity pool support

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup
55

6-
__version__ = "0.7.0"
6+
__version__ = "0.7.1"
77

88
setup(
99
version=__version__,

0 commit comments

Comments
 (0)