Version 1.5.1

This commit is contained in:
Lukáš Kucharczyk 2023-11-14 21:10:42 +01:00
parent d64ad125ff
commit ab9c1d61dd
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 1.5.1 / 2023-11-14 19:55+01:00
## 1.5.1 / 2023-11-14 21:10+01:00
## Improved
* Disallow choosing non-game purchase as related purchase

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-slim-bullseye
ENV VERSION_NUMBER 1.5.0
ENV VERSION_NUMBER 1.5.1
ENV PROD 1
ENV PYTHONUNBUFFERED=1

View File

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