Skip to content

Commit

Permalink
Bump to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Dec 12, 2018
1 parent c0ba3a1 commit c086bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,5 +1,5 @@
Unreleased
==========
0.2.2 (2018-12-12)
==================

- Deprecate ``logger.start()`` and ``logger.stop()`` methods in favor of ``logger.add()`` and ``logger.remove()`` (`#3 <https://github.com/Delgan/loguru/issues/3>`_)
- Fix ignored formatting while using ``logging.Handler`` sinks (`#4 <https://github.com/Delgan/loguru/issues/4>`_)
Expand Down
2 changes: 1 addition & 1 deletion loguru/__init__.py
Expand Up @@ -9,7 +9,7 @@
from . import _defaults
from ._logger import Logger as _Logger

__version__ = "0.2.1"
__version__ = "0.2.2"

logger = _Logger({}, None, False, False, False, False, 0)

Expand Down

0 comments on commit c086bcd

Please sign in to comment.