Skip to content

Commit

Permalink
Bump version to 0.4.1, and add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Nephin committed May 30, 2012
1 parent 001894e commit 7f7d8f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
@@ -1,3 +1,11 @@
tron (0.4.1) unstable; urgency=low

* tronview will once again attempt to find the tty width even when stdout is not a tty.
* Fixed last_success for job context.
* Job runs which are manually cancelled will now continue to schedule new runs.

-- Daniel Nephin <dnephin@yelp.com> Wed, 30 May 2012 16:35:44 -0700

tron (0.4.0) unstable; urgency=low

* Jobs now continue to run all possible actions after one of its actions fail
Expand Down
6 changes: 6 additions & 0 deletions docs/whats-new.rst
@@ -1,6 +1,12 @@
What's New
==========

0.4.1
-----
* :ref:`tronview` will once again attempt to find the tty width even when stdout is not a tty.
* Fixed last_success for job context.
* Job runs which are manually cancelled will now continue to schedule new runs.

0.4.0
-----

Expand Down
2 changes: 1 addition & 1 deletion tron/__init__.py
@@ -1,4 +1,4 @@
__version_info__ = (0, 4, 0, 3)
__version_info__ = (0, 4, 1)
__version__ = ".".join("%s" % v for v in __version_info__)

__author__ = 'Rhett Garber <rhettg@gmail.com>'
Expand Down

0 comments on commit 7f7d8f6

Please sign in to comment.