Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 18, 2022
1 parent 8cedeab commit d69d1a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.1.4 (2022-01-18)
### Fix
* Fix semantic realease config ([`8cedeab`](https://github.com/lotrekagency/djlotrek/commit/8cedeab0280aab206ddd8f9c9717f5c77028f463))
* Fix versioning ([`d958685`](https://github.com/lotrekagency/djlotrek/commit/d958685b43fea737b2aa6fc64c23921304d1158a))
* Fix build process ([`07518b1`](https://github.com/lotrekagency/djlotrek/commit/07518b1d7b5700253b131ef576296c3e83bcbe2f))

## v0.1.3 (2022-01-18)
### Fix
* Fix dependencies ([`3f544a5`](https://github.com/lotrekagency/djlotrek/commit/3f544a56c54b07db01b432ac03ad525c58bf80d8))
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.3"
__version__ = "0.1.4"
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.3"
__version__ = "0.1.4"

setup(version=__version__)

0 comments on commit d69d1a0

Please sign in to comment.