Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Mar 26, 2024
1 parent 0f16e80 commit 503f083
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 1.16.0
- add: year and month select on tracks page
- add: map: improve year filter options (do not reload page after single year is selected)
- chore: update dependencies

# 1.15.1
- fix: track delete button does not work
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "SportTracker"
version = "1.15.1"
version = "1.16.0"
description = "Self-hosted sport data tracking server."
license = "GPL-3.0-or-later"
authors = ["deadlocker8"]
Expand Down
6 changes: 3 additions & 3 deletions sporttracker/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"name": "v1.15.1",
"code": 25,
"date": "17.03.24"
"name": "v1.16.0",
"code": 26,
"date": "26.03.24"
}
}

0 comments on commit 503f083

Please sign in to comment.