Skip to content

Commit a53b04e

Browse files
committed
Bump version
1 parent 4c2e49a commit a53b04e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

django_structlog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
name = "django_structlog"
44

5-
VERSION = (10, 0, 0)
5+
VERSION = (10, 1, 0)
66

77
__version__ = ".".join(str(v) for v in VERSION)

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change Log
22
==========
33

4-
Unreleased
5-
----------
4+
10.1.0 (May 30, 2025)
5+
---------------------
66

77
*New:*
88
- Add settings to configure the logging levels for the request middleware and celery task events. See `#1022 <https://github.com/jrobichaud/django-structlog/issues/1022>`_.

0 commit comments

Comments
 (0)