Bump version: v1.4.0

This commit is contained in:
Кокос Артем Николаевич
2026-01-26 13:43:54 +07:00
parent 30310d614d
commit b7f03666dc
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -91,3 +91,4 @@ secrets.json
report.odt
report.csv
report.md
*.html

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "redmine-reporter"
version = "1.3.0"
version = "1.4.0"
description = "Redmine time-entry based issue reporter for internal use"
readme = "README.md"
authors = [{ name = "Artem Kokos", email = "artem-kokos@mail.ru" }]

View File

@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.4.0"