Change to gunicorn #4

Merged
lukas merged 7 commits from change-to-gunicorn into main 2023-01-07 21:17:49 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit c9b2d5bd8d - Show all commits

View File

@ -1,3 +1,7 @@
## 0.1.2 / 2023-01-07 22:05+01:00
* Switch to Uvicorn/Gunicorn + Caddy (https://git.kucharczyk.xyz/lukas/timetracker/pulls/4)
## 0.1.1 / 2023-01-05 23:26+01:00
* Order by timestamp_start by default
* Add pre-commit hook to update version

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-alpine
ENV VERSION_NUMBER 0.1.1-8-gf7b69f7
ENV VERSION_NUMBER 0.1.2
ENV PROD 1
RUN apk add \

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "timetracker"
version = "0.1.1"
version = "0.1.2"
description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"