Skip to content

Commit

Permalink
semversioner release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Oct 7, 2020
1 parent d4d4b4b commit afb0b43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changes/0.6.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"description": "Add support for tickets",
"type": "minor"
}
]
4 changes: 0 additions & 4 deletions .changes/next-release/minor-20200909130138.json

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 0.6.0

- minor: Add support for tickets

## 0.5.1

- patch: Add aio packages to setup.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ascii = codecs.lookup("ascii")
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "mbcs"))

__version__ = "0.5.1"
__version__ = "0.6.0"
URL = "https://github.com/bitshares/python-bitshares"

setup(
Expand Down

0 comments on commit afb0b43

Please sign in to comment.