Skip to content

Commit

Permalink
chore: release version 0.3.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 21, 2022
1 parent 4e20613 commit 9447a22
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -9,7 +9,7 @@

from utils.generators import generate_secret_key

__version__ = "0.3.0"
__version__ = "0.3.1"


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

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

## v0.3.1 (2022-07-21)
### Fix
* Fixed card grid to auto ([`72e2c71`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/72e2c714a5a4022ab002d1216e0b32245a7bd602))
* Delete unused view structure ([`d1ed9c8`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/d1ed9c8822c3670c413b3580ee2e733cd2278ec2))
* Project context mixin ([`e1d22c0`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/e1d22c0774c35357777ec16568305ba55efcf83c))
* Re-activated alarming url ([`98c8f43`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/98c8f4300c6bb81270fda6134fd0980c97bf20da))

## v0.3.0 (2022-07-18)
### Feature
* Projects create and update view with form ([`a7fc8f7`](https://github.com/N5GEH/n5geh.tools.entirety2/commit/a7fc8f70ea810099baeddda73d1a8b55750de3a8))
Expand Down

0 comments on commit 9447a22

Please sign in to comment.