Skip to content

Commit 1e253f1

Browse files
committed
Bump version to 0.4.1
1 parent 1ebb5db commit 1e253f1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Unreleased`_
2-
=============
1+
`0.4.1`_ (2020-01-19)
2+
=====================
33

44
- Deprecate the ``ansi`` parameter of ``.opt()`` in favor of ``colors`` which is a name more appropriate.
55
- Prevent unrelated files and directories to be incorrectly collected thus causing errors during the `retention` process (`#195 <https://github.com/Delgan/loguru/issues/195>`_, thanks `@gazpachoking <https://github.com/gazpachoking>`_).
@@ -131,7 +131,8 @@
131131
Initial release.
132132

133133

134-
.. _Unreleased: https://github.com/delgan/loguru/compare/0.4.0...master
134+
.. _Unreleased: https://github.com/delgan/loguru/compare/0.4.1...master
135+
.. _0.4.1: https://github.com/delgan/loguru/releases/tag/0.4.1
135136
.. _0.4.0: https://github.com/delgan/loguru/releases/tag/0.4.0
136137
.. _0.3.2: https://github.com/delgan/loguru/releases/tag/0.3.2
137138
.. _0.3.1: https://github.com/delgan/loguru/releases/tag/0.3.1

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.4.0"
13+
__version__ = "0.4.1"
1414

1515
__all__ = ["logger"]
1616

0 commit comments

Comments
 (0)