Skip to content

Commit

Permalink
Release 2.4: Allow capture without relay, add Python 3.6 to supported…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
xolox committed May 17, 2017
1 parent 6cf30ef commit 436eb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capturer/__init__.py
Expand Up @@ -21,7 +21,7 @@
from humanfriendly.terminal import clean_terminal_output

# Semi-standard module versioning.
__version__ = '2.3'
__version__ = '2.4'

interpret_carriage_returns = clean_terminal_output
"""
Expand Down

0 comments on commit 436eb89

Please sign in to comment.