Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Dec 1, 2019
1 parent 3ecedbe commit 1576de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
`Unreleased`_
=============
`0.4.0`_ (2019-12-02)
=====================

- Add support for coroutine functions used as sinks and add the new ``logger.complete()`` asynchronous method to ``await`` them (`#171 <https://github.com/Delgan/loguru/issues/171>`_).
- Add a way to filter logs using one level per module in the form of a ``dict`` passed to the ``filter`` argument (`#148 <https://github.com/Delgan/loguru/issues/148>`_).
Expand Down Expand Up @@ -122,7 +122,8 @@
Initial release.


.. _Unreleased: https://github.com/delgan/loguru/compare/0.3.2...master
.. _Unreleased: https://github.com/delgan/loguru/compare/0.4.0...master
.. _0.4.0: https://github.com/delgan/loguru/releases/tag/0.4.0
.. _0.3.2: https://github.com/delgan/loguru/releases/tag/0.3.2
.. _0.3.1: https://github.com/delgan/loguru/releases/tag/0.3.1
.. _0.3.0: https://github.com/delgan/loguru/releases/tag/0.3.0
Expand Down
2 changes: 1 addition & 1 deletion loguru/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from . import _defaults
from ._logger import Logger as _Logger, Core as _Core

__version__ = "0.3.2"
__version__ = "0.4.0"

__all__ = ["logger"]

Expand Down

0 comments on commit 1576de9

Please sign in to comment.