Bump version: v1.4.0
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -91,3 +91,4 @@ secrets.json
|
|||||||
report.odt
|
report.odt
|
||||||
report.csv
|
report.csv
|
||||||
report.md
|
report.md
|
||||||
|
*.html
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "redmine-reporter"
|
name = "redmine-reporter"
|
||||||
version = "1.3.0"
|
version = "1.4.0"
|
||||||
description = "Redmine time-entry based issue reporter for internal use"
|
description = "Redmine time-entry based issue reporter for internal use"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Artem Kokos", email = "artem-kokos@mail.ru" }]
|
authors = [{ name = "Artem Kokos", email = "artem-kokos@mail.ru" }]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "1.3.0"
|
__version__ = "1.4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user