Version 1.1.0

This commit is contained in:
Lukáš Kucharczyk 2023-10-09 00:04:46 +02:00
parent caa2ae06e1
commit 8eeeb9d3c9
4 changed files with 4 additions and 3 deletions

View File

@ -18,6 +18,7 @@ steps:
repo: registry.kucharczyk.xyz/timetracker repo: registry.kucharczyk.xyz/timetracker
tags: tags:
- latest - latest
- 1.1.0
depends_on: depends_on:
- "test" - "test"
when: when:

View File

@ -1,4 +1,4 @@
## Unreleased ## 1.1.0 / 2023-10-09 00:01+02:00
### New ### New
* Add game overview page (https://git.kucharczyk.xyz/lukas/timetracker/issues/8) * Add game overview page (https://git.kucharczyk.xyz/lukas/timetracker/issues/8)

View File

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

View File

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