File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44from setuptools import setup
55
6- __version__ = "0.7.0 "
6+ __version__ = "0.7.1 "
77
88setup (
99 version = __version__ ,
You can’t perform that action at this time.
0 commit comments