Skip to content

Commit afb0b43

Browse files
committed
semversioner release updates
1 parent d4d4b4b commit afb0b43

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.changes/0.6.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 support for tickets",
4+
"type": "minor"
5+
}
6+
]

.changes/next-release/minor-20200909130138.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.6.0
5+
6+
- minor: Add support for tickets
7+
48
## 0.5.1
59

610
- patch: Add aio packages to setup.py

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.5.1"
16+
__version__ = "0.6.0"
1717
URL = "https://github.com/bitshares/python-bitshares"
1818

1919
setup(

0 commit comments

Comments
 (0)