Version 1.0.1

This commit is contained in:
Lukáš Kucharczyk 2023-01-30 22:17:47 +01:00
parent 791203c2dc
commit b45889fd85
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unrelease
## 1.0.1 / 2023-01-30 22:17+01:00
* Make it possible to edit sessions (https://git.kucharczyk.xyz/lukas/timetracker/issues/46)
* Show markers on smaller graphs to make it clearer which dates the session belong to

View File

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