Version 1.3.0

This commit is contained in:
2023-11-05 15:10:56 +01:00
parent 1d0bafd72d
commit 288bf65afb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## Unreleased
## 1.3.0 / 2023-11-05 15:09+01:00
### New
* Add Stats to the main navigation
+1 -1
View File
@@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-slim-bullseye
ENV VERSION_NUMBER 1.2.0
ENV VERSION_NUMBER 1.3.0
ENV PROD 1
ENV PYTHONUNBUFFERED=1
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "timetracker"
version = "1.2.0"
version = "1.3.0"
description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"