Skip to content

Commit

Permalink
Release 3.2: Auto-encode terminal output to avoid encoding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed May 17, 2017
1 parent 318a73f commit 5e2b866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions humanfriendly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Human friendly input/output in Python.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: May 6, 2017
# Last Change: May 18, 2017
# URL: https://humanfriendly.readthedocs.io

"""The main module of the `humanfriendly` package."""
Expand Down Expand Up @@ -39,7 +39,7 @@
from humanfriendly.compat import is_string, monotonic

# Semi-standard module versioning.
__version__ = '3.1'
__version__ = '3.2'

# Spinners are redrawn at most this many seconds.
minimum_spinner_interval = 0.2
Expand Down

0 comments on commit 5e2b866

Please sign in to comment.