Skip to content

Commit

Permalink
Bump to version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Jan 20, 2019
1 parent 7154b5d commit ae12395
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.5 (2019-01-20)
==================

- Modify behavior of sink option ``backtrace=False`` so it doesn't extend traceback upward automatically (`#30 <https://github.com/Delgan/loguru/issues/30>`_)
- Fix import error on some platforms using Python 3.5 with limited ``localtime()`` support (`#33 <https://github.com/Delgan/loguru/issues/33>`_)
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.4"
__version__ = "0.2.5"

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

Expand Down

0 comments on commit ae12395

Please sign in to comment.