Skip to content

Commit

Permalink
Release 5.2: Automatically call install() if COLOREDLOGS_AUTO_INSTALL…
Browse files Browse the repository at this point in the history
…=true
  • Loading branch information
xolox committed Nov 1, 2016
1 parent 2bc5835 commit 556e64b
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 @@ -151,7 +151,7 @@
pass

# Semi-standard module versioning.
__version__ = '5.1.2'
__version__ = '5.2'

DEFAULT_LOG_FORMAT = '%(asctime)s %(hostname)s %(name)s[%(process)d] %(levelname)s %(message)s'
"""The default log format for :class:`ColoredFormatter` objects (a string)."""
Expand Down

0 comments on commit 556e64b

Please sign in to comment.