Skip to content

Commit 47d80a5

Browse files
committed
semversioner release updates
1 parent a02f6e3 commit 47d80a5

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.changes/0.7.0.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"description": "Add liquidity pool support",
4+
"type": "minor"
5+
}
6+
]

.changes/next-release/minor-20201007110622.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4+
## 0.7.0
5+
6+
- minor: Add liquidity pool support
7+
48
## 0.6.0
59

610
- minor: Add support for tickets

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ascii = codecs.lookup("ascii")
1414
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "mbcs"))
1515

16-
__version__ = "0.6.0"
16+
__version__ = "0.7.0"
1717
URL = "https://github.com/bitshares/python-bitshares"
1818

1919
setup(

0 commit comments

Comments
 (0)