Skip to content

Commit

Permalink
Release 4.7: Support background colors and 256 color mode
Browse files Browse the repository at this point in the history
Related to issue 35 on the coloredlogs issue tracker:
xolox/python-coloredlogs#35
  • Loading branch information
xolox committed Jan 14, 2018
1 parent a297528 commit 028b7c2
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: January 4, 2018
# Last Change: January 14, 2018
# 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__ = '4.6'
__version__ = '4.7'

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

0 comments on commit 028b7c2

Please sign in to comment.