Skip to content

Commit

Permalink
Fix trigger#168 for when Commando sometimes lists "None" as command i…
Browse files Browse the repository at this point in the history
…n results.

+ Pep8 cleanup, too. This isn't done yet, tho!
  • Loading branch information
jathanism committed Apr 10, 2015
1 parent 5bd0b3e commit 47990f0
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 180 deletions.
2 changes: 1 addition & 1 deletion trigger/__init__.py
@@ -1,4 +1,4 @@
__version__ = (1, 4, 9)
__version__ = (1, 5)

full_version = '.'.join(str(x) for x in __version__[0:3]) + \
''.join(__version__[3:])
Expand Down

0 comments on commit 47990f0

Please sign in to comment.