File tree 2 files changed +12
-1
lines changed
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.
3
3
4
4
<!-- next-version-placeholder-->
5
5
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
+
6
17
## 0.7.0
7
18
8
19
- minor: Add liquidity pool support
Original file line number Diff line number Diff line change 3
3
4
4
from setuptools import setup
5
5
6
- __version__ = "0.7.0 "
6
+ __version__ = "0.7.1 "
7
7
8
8
setup (
9
9
version = __version__ ,
You can’t perform that action at this time.
0 commit comments