Skip to content

Commit

Permalink
Release 11.3: Support %(username)s field (requested in #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Feb 15, 2020
1 parent ba1b65c commit 1b7956d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -11,6 +11,19 @@ to `semantic versioning`_.
.. _Keep a Changelog: http://keepachangelog.com/
.. _semantic versioning: http://semver.org/

`Release 11.3`_ (2020-02-15)
----------------------------

- Add support for the ``%(username)s`` field (requested in `#76`_) and properly
document the supported custom fields in the readme.

- Consistently use ``console`` highlighting in documentation.

- Fix a broken link in the readme.

.. _Release 11.3: https://github.com/xolox/python-coloredlogs/compare/11.2...11.3
.. _#76: https://github.com/xolox/python-coloredlogs/issues/76

`Release 11.2`_ (2020-02-15)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion coloredlogs/__init__.py
Expand Up @@ -213,7 +213,7 @@
NEED_COLORAMA = WINDOWS

# Semi-standard module versioning.
__version__ = '11.2'
__version__ = '11.3'

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

0 comments on commit 1b7956d

Please sign in to comment.