diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | deheader | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ 0.2 @ 2010-12-02 Make the last line of output a statistical summary. + Document some limitations. 0.1 @ 2010-12-01 Initial release. @@ -32,7 +32,7 @@ BATON_DEBUG = 1 PROGRESS_DEBUG = 2 COMMAND_DEBUG = 3 -version = "0.1" +version = "0.2" class Baton: "Ship progress indications to stderr." |