Skip to content

Commit 32598be

Browse files
CopilotJonasKs
andauthored
chore: release version 3.5.2 (#147)
* Initial plan * Bump version from 3.5.1 to 3.5.2 Co-authored-by: JonasKs <5310116+JonasKs@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JonasKs <5310116+JonasKs@users.noreply.github.com>
1 parent 24b7073 commit 32598be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

django_guid/__init__.py

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

33
from django_guid.api import clear_guid, get_guid, set_guid # noqa F401
44

5-
__version__ = '3.5.1'
5+
__version__ = '3.5.2'
66

77
if django.VERSION < (3, 2):
88
default_app_config = 'django_guid.apps.DjangoGuidConfig'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-guid"
3-
version = "3.5.1" # Remember to also change __init__.py version
3+
version = "3.5.2" # Remember to also change __init__.py version
44
description = "Middleware that enables single request-response cycle tracing by injecting a unique ID into project logs"
55
authors = ["Jonas Krüger Svensson <jonas-ks@hotmail.com>"]
66
maintainers = ["Sondre Lillebø Gundersen <sondrelg@live.no>"]

0 commit comments

Comments
 (0)