Skip to content

Commit

Permalink
1.16.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and Fabian Schuh committed Feb 19, 2024
1 parent 9b24a63 commit e7e1afe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v1.16.2 (2024-02-19)
### Fix
* Unittests ([`fea9fc4`](https://github.com/knowledgemd/backend/commit/fea9fc449b1a28c9294d7edbce6dceb18920c2ed))
* Catch exceptions for validation error ([`b7cd94b`](https://github.com/knowledgemd/backend/commit/b7cd94b11129429ebdb4227e4a2768a58f777316))
* Problem with relay-to, relay_to and string, vs list ([`84d72fb`](https://github.com/knowledgemd/backend/commit/84d72fb5cefb9d1a828e9dd8e05e609b0a7c0a6a))
* Issue when variables are empty, pull over headline ([`c0a50e8`](https://github.com/knowledgemd/backend/commit/c0a50e8fe742b689f46b28e1482ca4df2652f928))

## v1.16.1 (2024-02-16)
### Fix
* Typo whitespace ([`fecb15b`](https://github.com/knowledgemd/backend/commit/fecb15b9e80aa9e47a307696c430b9f53ee8c83d))
Expand Down
2 changes: 1 addition & 1 deletion backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "1.16.1"
__version__ = "1.16.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup

__version__ = "1.16.1"
__version__ = "1.16.2"


setup(
Expand Down

0 comments on commit e7e1afe

Please sign in to comment.