diff options
| author | Simeon Simeonov | 2025-12-25 23:09:51 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2025-12-25 23:09:51 +0100 |
| commit | 7b66519eb4ebe119e5fdc9c1eb6a11fdfab9b7bf (patch) | |
| tree | cb060cefdecbb888c71ef32a02611310bed60ab8 | |
| parent | de4b58fbf9b3507b43ae343eca7cc03c429e4b41 (diff) | |
Realease 1.1.01.1.0
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -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] |
| 3 | project_name = "scorecounter" | 3 | project_name = "scorecounter" |
| 4 | bundle = "org.pichove" | 4 | bundle = "org.pichove" |
| 5 | version = "1.0.0" | 5 | version = "1.1.0" |
| 6 | url = "https://simeon.simeonov.no" | 6 | url = "https://simeon.simeonov.no" |
| 7 | license.file = "LICENSE" | 7 | license.file = "LICENSE" |
| 8 | author = "Simeon Simeonov" | 8 | author = "Simeon Simeonov" |
