Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bentheiii committed Mar 2, 2023
1 parent e70dcfa commit 7719b5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry==1.4.0
poetry install
poetry install --no-dev
- name: create openapi file
env:
PYTHONPATH: .
run: python tools/generate_openapi.py
run: poetry run python tools/generate_openapi.py
- name: register openapi as artifact
uses: svenstaro/upload-release-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heksher Changelog
## Next
## 0.5.5
## 0.5.6
### Internal
* upgrade to python 3.11
* support for newest sqlalchemy
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 = "Heksher"
version = "0.5.5"
version = "0.5.6"
description = "Heksker"
authors = ["Biocatch LTD <serverteam@biocatch.com>"]

Expand Down

0 comments on commit 7719b5c

Please sign in to comment.