Skip to content

Commit 6e1693d

Browse files
committed
Bump version to 0.3.0
1 parent de79c6c commit 6e1693d

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.0 (2019-06-29)
2+
==================
33

44
- Remove all dependencies previously needed by ``loguru`` (on Windows platform, it solely remains ``colorama`` and ``win32-setctime``).
55
- Add a new ``logger.patch()`` method which can be used to modify the record dict on-the-fly before it's being sent to the handlers.

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.2.5"
12+
__version__ = "0.3.0"
1313

1414
__all__ = ["logger"]
1515

0 commit comments

Comments
 (0)