Skip to content

Commit

Permalink
Bump version and release year
Browse files Browse the repository at this point in the history
  • Loading branch information
z411 committed Aug 17, 2023
1 parent 901599f commit 28b87a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "trackma"
version = "0.8.5"
version = "0.8.6"
description = "Open multi-site list manager"
authors = ["z411 <z411@krutt.org>"]
authors = ["z411 <z411@omaera.org>"]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://z411.github.io/trackma/"
Expand Down
2 changes: 1 addition & 1 deletion trackma/ui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self, account_num=None, debug=False, interactive=True):
super().__init__()

if interactive:
print('Trackma v'+utils.VERSION+' Copyright (C) 2012-2020 z411')
print('Trackma v'+utils.VERSION+' Copyright (C) 2012-2023 z411')
print(
'This program comes with ABSOLUTELY NO WARRANTY; for details type `about\'')
print('This is free software, and you are welcome to redistribute it')
Expand Down
2 changes: 1 addition & 1 deletion trackma/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import uuid
from enum import Enum, auto

VERSION = '0.8.5'
VERSION = '0.8.6'

DATADIR = os.path.dirname(__file__) + '/data'

Expand Down

0 comments on commit 28b87a4

Please sign in to comment.