Skip to content

Commit

Permalink
0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KenjiTakahashi committed Jul 19, 2014
1 parent 923c226 commit 244e050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Generally nicer interactive sessions on add/edit.
- Fixed [td (v|m|o) -s] doing descending sort, instead of ascending.

== 0.4:
== 0.4 (19.07.2014):
- Fixed options saving for some arguments configurations.
- Fixed ascending/descending getting mangled (properly, I hope).
- Even a bit nicer interactive sessions.
2 changes: 1 addition & 1 deletion td/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from td.logger import logs


__version__ = '0.3'
__version__ = '0.4'


class EException(Exception):
Expand Down

0 comments on commit 244e050

Please sign in to comment.