Skip to content

Commit

Permalink
Release 7.3.3: Fix demo to display debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jan 5, 2018
1 parent 0955ef3 commit 9cf3fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coloredlogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
NEED_COLORAMA = WINDOWS

# Semi-standard module versioning.
__version__ = '7.3.2'
__version__ = '7.3.3'

DEFAULT_LOG_LEVEL = logging.INFO
"""The default log level for :mod:`coloredlogs` (:data:`logging.INFO`)."""
Expand Down

0 comments on commit 9cf3fe1

Please sign in to comment.