Skip to content

Commit

Permalink
1.14.0
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 15, 2024
1 parent 990d525 commit db50552
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## v1.14.0 (2024-02-15)
### Feature
* Deal with tax properly ([`8ee6fe4`](https://github.com/knowledgemd/backend/commit/8ee6fe473bc3d9ac90d2fbe97306dca0413cd673))

### Fix
* Unittests ([`118fa9b`](https://github.com/knowledgemd/backend/commit/118fa9ba69a533b35cbbc6020e2d4ac1ec06839d))
* Less open default values for teams ([`e2d14ba`](https://github.com/knowledgemd/backend/commit/e2d14ba77fc05abd698911730ce57c4db75e5c1c))
* Do not offer every public document ([`0890f04`](https://github.com/knowledgemd/backend/commit/0890f0449e6a8d51b2fd491a9d05e33bcd3fdc5c))
* Nicer internal email ([`2e7a342`](https://github.com/knowledgemd/backend/commit/2e7a342beec92cb9689d18ac48ca31709d233721))
* Linting ([`a1555fe`](https://github.com/knowledgemd/backend/commit/a1555fe4ddf71db66051807c8257cec9d07c7cb2))
* Subscription now working again ([`169c98c`](https://github.com/knowledgemd/backend/commit/169c98cd023393ac3b2d4785d47c7d4bd08c24f5))

## v1.13.0 (2024-02-13)
### Feature
* Additional api to obtain user info of access-key ([`a973cba`](https://github.com/knowledgemd/backend/commit/a973cbac4b36093a41d44fb0119d80652303527a))
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.13.0"
__version__ = "1.14.0"
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.13.0"
__version__ = "1.14.0"


setup(
Expand Down

0 comments on commit db50552

Please sign in to comment.