Skip to content

Commit f31e971

Browse files
committed
Bump version to 0.5.3
1 parent 3394fdb commit f31e971

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
`Unreleased`_
2-
=============
1+
`0.5.3`_ (2020-09-20)
2+
=====================
33

4-
- Fix child process possibly hanging at exit while combining ``enqueue=True`` with third-party library like `uwsgi`` (`#309 <https://github.com/Delgan/loguru/issues/309>`_, thanks `@dstlmrk <https://github.com/dstlmrk>`_).
4+
- Fix child process possibly hanging at exit while combining ``enqueue=True`` with third party library like ``uwsgi`` (`#309 <https://github.com/Delgan/loguru/issues/309>`_, thanks `@dstlmrk <https://github.com/dstlmrk>`_).
55
- Fix possible exception during formatting of non-string messages (`#331 <https://github.com/Delgan/loguru/issues/331>`_).
66

77

@@ -172,7 +172,8 @@
172172
Initial release.
173173

174174

175-
.. _Unreleased: https://github.com/delgan/loguru/compare/0.5.2...master
175+
.. _Unreleased: https://github.com/delgan/loguru/compare/0.5.3...master
176+
.. _0.5.3: https://github.com/delgan/loguru/releases/tag/0.5.3
176177
.. _0.5.2: https://github.com/delgan/loguru/releases/tag/0.5.2
177178
.. _0.5.1: https://github.com/delgan/loguru/releases/tag/0.5.1
178179
.. _0.5.0: https://github.com/delgan/loguru/releases/tag/0.5.0

loguru/__init__.py

Lines changed: 1 addition & 1 deletion
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.2"
13+
__version__ = "0.5.3"
1414

1515
__all__ = ["logger"]
1616

0 commit comments

Comments
 (0)