summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 076474e..c799df7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
1# scorecounter Release Notes 1# scorecounter Release Notes
2 2
3## 1.1.0 (25 Dec 2025)
4
5* Add support for changing the name of the teams
6
3## 1.0.0 (23 Dec 2025) 7## 1.0.0 (23 Dec 2025)
4 8
5* Initial release 9* Initial release
diff --git a/pyproject.toml b/pyproject.toml
index b76b249..29103c1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
2[tool.briefcase] 2[tool.briefcase]
3project_name = "scorecounter" 3project_name = "scorecounter"
4bundle = "org.pichove" 4bundle = "org.pichove"
5version = "1.0.0" 5version = "1.1.0"
6url = "https://simeon.simeonov.no" 6url = "https://simeon.simeonov.no"
7license.file = "LICENSE" 7license.file = "LICENSE"
8author = "Simeon Simeonov" 8author = "Simeon Simeonov"