Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Apr 25, 2024
1 parent d039a7e commit 4d80d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_guid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

__version__ = '3.4.0'
__version__ = '3.5.0'

if django.VERSION < (3, 2):
default_app_config = 'django_guid.apps.DjangoGuidConfig'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-guid"
version = "3.4.0" # Remember to also change __init__.py version
version = "3.5.0" # Remember to also change __init__.py version
description = "Middleware that enables single request-response cycle tracing by injecting a unique ID into project logs"
authors = ["Jonas Krüger Svensson <jonas-ks@hotmail.com>"]
maintainers = ["Sondre Lillebø Gundersen <sondrelg@live.no>"]
Expand Down

0 comments on commit 4d80d58

Please sign in to comment.