Skip to content

Commit 6576679

Browse files
committed
bump: update version and changelog (automatic commit)
1 parent 288a49b commit 6576679

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Timecard-App"
7-
version = "2.1.0"
7+
version = "3.0.0"
88
description = "Track time beautifully."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
license = {file = "LICENSE"}
@@ -63,7 +63,7 @@ include = '^/(src|tests)/.+\.pyi?$'
6363

6464
[tool.commitizen]
6565
name = "cz_conventional_commits"
66-
version = "2.1.0"
66+
version = "3.0.0"
6767
version_files = [
6868
"pyproject.toml:version",
6969
"src/timecard/interface/app.py:VERSION",

src/timecard/interface/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from timecard.data.settings import Settings
1515

16-
VERSION = "2.1.0"
16+
VERSION = "3.0.0"
1717

1818
class MainWindow(QWidget):
1919
def closeEvent(self, event):

src/timecard/resources/about.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TIMECARD v2.1.0
1+
TIMECARD v3.0.0
22

33
Created by Jason C. McDonald
44
(CodeMouse92)

0 commit comments

Comments
 (0)