Skip to content

Commit e1f48c9

Browse files
committed
Bump version to 0.7.2
1 parent 086126f commit e1f48c9

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

44
- Add support for formatting of ``ExceptionGroup`` errors (`#805 <https://github.com/Delgan/loguru/issues/805>`_).
55
- Fix possible ``RuntimeError`` when using ``multiprocessing.set_start_method()`` after importing the ``logger`` (`#974 <https://github.com/Delgan/loguru/issues/974>`_)
@@ -221,7 +221,8 @@
221221
Initial release.
222222

223223

224-
.. _Unreleased: https://github.com/delgan/loguru/compare/0.7.1...master
224+
.. _Unreleased: https://github.com/delgan/loguru/compare/0.7.2...master
225+
.. _0.7.2: https://github.com/delgan/loguru/releases/tag/0.7.2
225226
.. _0.7.1: https://github.com/delgan/loguru/releases/tag/0.7.1
226227
.. _0.7.0: https://github.com/delgan/loguru/releases/tag/0.7.0
227228
.. _0.6.0: https://github.com/delgan/loguru/releases/tag/0.6.0

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.1"
13+
__version__ = "0.7.2"
1414

1515
__all__ = ["logger"]
1616

0 commit comments

Comments
 (0)