Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
not7cd committed Jul 8, 2024
1 parent 1271840 commit b0850d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build . -f docker/web/Dockerfile -t hspsh/whohacks
- run: docker build . -t hspsh/whohacks
- run: echo "::set-output name=TAG::$(git describe --tags 2>/dev/null)"
name: Check if commit is tagged
id: check-tag
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "whohacks"
version = "1.4.0"
version = "1.5.0"
description = ""
authors = ["Norbert Szulc <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion whois/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SECRET_KEY = os.environ["SECRET_KEY"]
if not SECRET_KEY:
raise ValueError("No SECRET_KEY set for Flask application")
APP_VERSION = "1.3.1"
APP_VERSION = "1.5.0"
APP_TITLE = "👀 kto hakuje"
APP_NAME = "Kto Hakuje"

Expand Down

0 comments on commit b0850d2

Please sign in to comment.