Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Sep 14, 2022
1 parent 3ed1529 commit 8fc5005
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion djlotrek/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup

__version__ = "0.1.6"
__version__ = "0.1.7"

setup(version=__version__)

0 comments on commit 8fc5005

Please sign in to comment.