Skip to content

Commit

Permalink
Bump to 0.4.0, Add changes from recent commits
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoo committed Aug 24, 2013
1 parent 0c796c1 commit 914c003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
@@ -1,13 +1,15 @@
CHANGES
=======

0.3.2
0.4.0
-----
* New tasks.twisted_command.CommandTask for executing and tailing commands in subprocesses
* Shutdown on unhandled exceptions in tasks, initialization
* Support for `required`, `choices` in option()s
* PeriodicTask (and subclasses) now handle thrown TryLater correctly
* Make TornadoTask (subclasses) implicitly DEP TornadoIOLoopTask
* initFromCLI() takes an optional `name` kwarg for using VService directly
* Support shutdown from other tasks
* bugfix in 'store_true' options always returning True even when False
* bugfix in TwistedReactorTask for failed worker processes: may interfere with signal handlers

Expand Down
2 changes: 1 addition & 1 deletion sparts/__init__.py
@@ -1 +1 @@
__version__ = '0.3.2'
__version__ = '0.4.0'

0 comments on commit 914c003

Please sign in to comment.