Skip to content

Commit

Permalink
semverioner release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Aug 27, 2019
1 parent beb515c commit dc8440d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
10 changes: 10 additions & 0 deletions .changes/0.4.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"description": "Make Notify terminate on CTRL-C",
"type": "patch"
},
{
"description": "Ensure we can invert Order and FilledOrder too",
"type": "minor"
}
]
4 changes: 0 additions & 4 deletions .changes/next-release/minor-20190827131021.json

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/next-release/patch-20190827124201.json

This file was deleted.

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

## 0.4.0

- minor: Ensure we can invert Order and FilledOrder too
- patch: Make Notify terminate on CTRL-C

## 0.3.3

- patch: New docs
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.3.3"
__version__ = "0.4.0"
URL = "https://github.com/bitshares/python-bitshares"

setup(
Expand Down

0 comments on commit dc8440d

Please sign in to comment.