Skip to content

Commit

Permalink
chore: release version 0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 18, 2022
1 parent 49f88e7 commit 501a640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Entirety/entirety/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from utils.generators import generate_secret_key

__version__ = "0.2.0"
__version__ = "0.2.1"


class Settings(BaseSettings):
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.2.1 (2022-07-18)
### Fix
* Use oidc auth in django admin ([`d4d862d`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/d4d862de39c808cb8b8a4d2a5744aca1679423c6))

## v0.2.0 (2022-07-15)
### Feature
* Add custom error pages ([`a84053a`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/a84053a41948fde9dd9178c7d97a1e55c35dd4f5))
Expand Down

0 comments on commit 501a640

Please sign in to comment.