From 8fc500511d299fcc62cef46fcb0930861a5132cc Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 Sep 2022 17:42:07 +0000 Subject: [PATCH] 0.1.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ djlotrek/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc412a7..e442363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.7 (2022-09-14) +### Fix +* Fixed alternates to take right request path ([`3ed1529`](https://github.com/lotrekagency/djlotrek/commit/3ed1529dae8bb58ef387cfd7f2b195dbd4680f8d)) + ## v0.1.6 (2022-05-13) ### Fix * Fix lang middelware to work with newer versions of django ([`2045f63`](https://github.com/lotrekagency/djlotrek/commit/2045f63f466869073278e2934e383a36d9a23799)) diff --git a/djlotrek/__init__.py b/djlotrek/__init__.py index fd82645..bfd06ab 100644 --- a/djlotrek/__init__.py +++ b/djlotrek/__init__.py @@ -1,4 +1,4 @@ from .mail_utils import send_mail from .request_utils import get_host_url -__version__ = "0.1.6" +__version__ = "0.1.7" diff --git a/setup.py b/setup.py index 27158b3..78a369d 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup -__version__ = "0.1.6" +__version__ = "0.1.7" setup(version=__version__)