From e0a4aae6f64ee6cdc0967b8a1a9e3407fa8a93da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Fri, 13 Oct 2023 16:33:55 +0200 Subject: [PATCH] Version 1.1.2 --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5a9f23..b7398e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install && \ FROM python:3.10.9-slim-bullseye -ENV VERSION_NUMBER 1.1.1 +ENV VERSION_NUMBER 1.1.2 ENV PROD 1 ENV PYTHONUNBUFFERED=1 diff --git a/pyproject.toml b/pyproject.toml index 3040956..445f6b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timetracker" -version = "1.1.1" +version = "1.1.2" description = "A simple time tracker." authors = ["Lukáš Kucharczyk "] license = "GPL"