Skip to content

Commit e48f3e4

Browse files
committed
Bump version to 0.5.2
1 parent d93c19f commit e48f3e4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Unreleased`_
2-
=============
1+
`0.5.2`_ (2020-09-06)
2+
=====================
33

44
- Fix ``AttributeError`` within handlers using ``serialize=True`` when calling ``logger.exception()`` outside of the context of an exception (`#296 <https://github.com/Delgan/loguru/issues/296>`_).
55
- Fix error while logging an exception containing a non-picklable ``value`` to a handler with ``enqueue=True`` (`#298 <https://github.com/Delgan/loguru/issues/298>`_).
@@ -165,7 +165,8 @@
165165
Initial release.
166166

167167

168-
.. _Unreleased: https://github.com/delgan/loguru/compare/0.5.1...master
168+
.. _Unreleased: https://github.com/delgan/loguru/compare/0.5.2...master
169+
.. _0.5.2: https://github.com/delgan/loguru/releases/tag/0.5.2
169170
.. _0.5.1: https://github.com/delgan/loguru/releases/tag/0.5.1
170171
.. _0.5.0: https://github.com/delgan/loguru/releases/tag/0.5.0
171172
.. _0.4.1: https://github.com/delgan/loguru/releases/tag/0.4.1

loguru/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ._logger import Core as _Core
1111
from ._logger import Logger as _Logger
1212

13-
__version__ = "0.5.1"
13+
__version__ = "0.5.2"
1414

1515
__all__ = ["logger"]
1616

0 commit comments

Comments
 (0)