Skip to content

Commit 9ecf560

Browse files
committed
Release 7.0: Improve ANSI to HTML conversion
1 parent 06745f8 commit 9ecf560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coloredlogs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
NEED_COLORAMA = WINDOWS
200200

201201
# Semi-standard module versioning.
202-
__version__ = '6.4'
202+
__version__ = '7.0'
203203

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

0 commit comments

Comments
 (0)