Skip to content

Commit

Permalink
Release 7.2: Include docs in sdist (#34), documentation fixes (#37, #38)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Aug 7, 2017
1 parent f97c606 commit c5d429d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coloredlogs/__init__.py
@@ -1,7 +1,7 @@
# Colored terminal output for Python's logging module.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: July 15, 2017
# Last Change: August 7, 2017
# URL: https://coloredlogs.readthedocs.io

"""
Expand Down Expand Up @@ -199,7 +199,7 @@
NEED_COLORAMA = WINDOWS

# Semi-standard module versioning.
__version__ = '7.1'
__version__ = '7.2'

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

0 comments on commit c5d429d

Please sign in to comment.