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.csv
|
||||
report.md
|
||||
*.html
|
||||
|
||||
@@ -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" }]
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "1.3.0"
|
||||
__version__ = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user