We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc08179 commit 2df530bCopy full SHA for 2df530b
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-Unreleased
2
-==========
+0.3.1 (2019-07-13)
+==================
3
4
- Fix ``retention`` and ``rotation`` issues when file sink initiliazed with ``delay=True`` (`#113 <https://github.com/Delgan/loguru/issues/113>`_).
5
- Fix ``"sec"`` no longer recognized as a valid duration unit for file ``rotation`` and ``retention`` arguments.
loguru/__init__.py
@@ -9,7 +9,7 @@
9
from . import _defaults
10
from ._logger import Logger as _Logger
11
12
-__version__ = "0.3.0"
+__version__ = "0.3.1"
13
14
__all__ = ["logger"]
15
0 commit comments