Skip to content

Commit

Permalink
Release 3.6: Make retry limit configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 24, 2017
1 parent c6fb038 commit f4d5ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humanfriendly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from humanfriendly.compat import is_string, monotonic

# Semi-standard module versioning.
__version__ = '3.5'
__version__ = '3.6'

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

0 comments on commit f4d5ffb

Please sign in to comment.