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 20, 2019
1 parent b3bbeb1 commit a3d7aa2
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/0.3.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"description": "Status Quo",
"type": "patch"
}
]
14 changes: 14 additions & 0 deletions .changes/0.3.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"description": "pyup updates",
"type": "patch"
},
{
"description": "Released with semversioner",
"type": "patch"
},
{
"description": "New docs",
"type": "patch"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 0.3.3

- patch: New docs
- patch: Released with semversioner
- patch: pyup updates

## 0.3.2

- patch: Status Quo

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.2"
__version__ = "0.3.3"
URL = "https://github.com/bitshares/python-bitshares"

setup(
Expand Down

0 comments on commit a3d7aa2

Please sign in to comment.