Skip to content

Commit 5c7bc8b

Browse files
committed
Bump version to 0.7.1
1 parent 80bcf4e commit 5c7bc8b

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.7.1`_ (2023-09-04)
2+
=====================
33

44
- Add a new ``context`` optional argument to ``logger.add()`` specifying ``multiprocessing`` context (like ``"spawn"`` or ``"fork"``) to be used internally instead of the default one (`#851 <https://github.com/Delgan/loguru/issues/851>`_).
55
- Add support for true colors on Windows using ANSI/VT console when available (`#934 <https://github.com/Delgan/loguru/issues/934>`_, thanks `@tunaflsh <https://github.com/tunaflsh>`_).
@@ -213,7 +213,8 @@
213213
Initial release.
214214

215215

216-
.. _Unreleased: https://github.com/delgan/loguru/compare/0.7.0...master
216+
.. _Unreleased: https://github.com/delgan/loguru/compare/0.7.1...master
217+
.. _0.7.1: https://github.com/delgan/loguru/releases/tag/0.7.1
217218
.. _0.7.0: https://github.com/delgan/loguru/releases/tag/0.7.0
218219
.. _0.6.0: https://github.com/delgan/loguru/releases/tag/0.6.0
219220
.. _0.5.3: https://github.com/delgan/loguru/releases/tag/0.5.3

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.7.0"
13+
__version__ = "0.7.1"
1414

1515
__all__ = ["logger"]
1616

0 commit comments

Comments
 (0)