Skip to content

Commit 2df530b

Browse files
committed
Bump version to 0.3.1
1 parent cc08179 commit 2df530b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
==========
1+
0.3.1 (2019-07-13)
2+
==================
33

44
- Fix ``retention`` and ``rotation`` issues when file sink initiliazed with ``delay=True`` (`#113 <https://github.com/Delgan/loguru/issues/113>`_).
55
- Fix ``"sec"`` no longer recognized as a valid duration unit for file ``rotation`` and ``retention`` arguments.

loguru/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from . import _defaults
1010
from ._logger import Logger as _Logger
1111

12-
__version__ = "0.3.0"
12+
__version__ = "0.3.1"
1313

1414
__all__ = ["logger"]
1515

0 commit comments

Comments
 (0)