Skip to content

Commit

Permalink
chore(release): bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Aug 7, 2016
1 parent e4f1ea1 commit adef504
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
@@ -1,3 +1,18 @@
0.5.0 (Aug 07, 2016)
--------------------

* Fix radon dependency: #15

0.3.4 (Apr 19, 2016)
--------------------

* Replace `sh` with subprocess: #12

0.3.3 (Jul 14, 2015)
--------------------

* Fix behaviour of `--no-assert`: #11

0.3.1 (Aug 20, 2014)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion xenon/__init__.py
Expand Up @@ -2,7 +2,7 @@
The latter is the entry point for the command line program.
'''

__version__ = '0.4.0'
__version__ = '0.5.0'

import os
import sys
Expand Down

0 comments on commit adef504

Please sign in to comment.