Skip to content

Commit

Permalink
Release 14.3: Preserve handler filters (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Dec 10, 2020
1 parent 6dd730d commit f1f99b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -11,6 +11,15 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 14.3`_ (2020-12-10)
----------------------------

Merged pull request `#89`_ which enhances :func:`coloredlogs.install()` to
preserve the filters on handlers that are replaced by :pypi:`coloredlogs`.

.. _Release 14.3: https://github.com/xolox/python-coloredlogs/compare/14.2...14.3
.. _#89: https://github.com/xolox/python-coloredlogs/pull/89

`Release 14.2`_ (2020-12-10)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion coloredlogs/__init__.py
Expand Up @@ -214,7 +214,7 @@
from humanfriendly.text import format, split

# Semi-standard module versioning.
__version__ = '14.2'
__version__ = '14.3'

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

0 comments on commit f1f99b8

Please sign in to comment.