Skip to content

Commit

Permalink
Version bump for #53
Browse files Browse the repository at this point in the history
3.2.0 version release
  • Loading branch information
JonasKs committed Dec 3, 2020
2 parents eb857cb + 256b1eb commit 21bf987
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
=========

`3.1.1`_ - 04.12.2020
`3.2.0`_ - 04.12.2020
---------------------

**Features**
Expand Down Expand Up @@ -229,6 +229,6 @@ see the `upgrading docs`_.
.. _upgrading docs: https://django-guid.readthedocs.io/en/latest/upgrading.html
.. _3.0.1: https://github.com/snok/django-guid/compare/3.0.0...3.0.1
.. _3.1.0: https://github.com/snok/django-guid/compare/3.0.1...3.1.0
.. _3.1.1: https://github.com/snok/django-guid/compare/3.1.0...3.1.1
.. _3.2.0: https://github.com/snok/django-guid/compare/3.1.0...3.2.0

.. _Celery: https://docs.celeryproject.org/en/stable/
2 changes: 1 addition & 1 deletion django_guid/__init__.py
@@ -1,4 +1,4 @@
from django_guid.api import clear_guid, get_guid, set_guid # noqa F401

__version__ = '3.1.1'
__version__ = '3.2.0'
default_app_config = 'django_guid.apps.DjangoGuidConfig'
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-guid"
version = "3.1.1" # Remember to also change __init__.py version
version = "3.2.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 21bf987

Please sign in to comment.