Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Apr 24, 2015
1 parent 6807580 commit a79540d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.rst
@@ -1,3 +1,15 @@
0.7.0
+++++

* You may now pass arguments to Django management commands registered with Kronos.
* Kronos is now compatible with Python 3.
* Kronos will now log errors when it fails to load tasks.

0.6.0
+++++

* You may now register Django management commands.

0.5.0
+++++

Expand Down
2 changes: 1 addition & 1 deletion kronos/version.py
@@ -1 +1 @@
__version__ = '0.6'
__version__ = '0.7'

0 comments on commit a79540d

Please sign in to comment.