Merging upstream version 0.12.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5d6b077914
commit
8eb47b2cdd
6 changed files with 41 additions and 10 deletions
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "eos_downloader"
|
||||
version = "v0.12.0"
|
||||
version = "v0.12.1"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Thomas Grimonet", email = "thomas.grimonet@gmail.com" }]
|
||||
maintainers = [
|
||||
|
@ -103,7 +103,7 @@ doc = [
|
|||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://www.github.com/titom73/eos-downloader"
|
||||
Homepage = "https://titom73.github.io/eos-downloader/"
|
||||
"Bug Tracker" = "https://www.github.com/titom73/eos-downloader/issues"
|
||||
Contributing = "https://www.github.com/titom73/eos-downloader"
|
||||
|
||||
|
@ -123,7 +123,7 @@ namespaces = false
|
|||
# Version
|
||||
################################
|
||||
[tool.bumpver]
|
||||
current_version = "0.12.0"
|
||||
current_version = "0.12.1"
|
||||
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
|
||||
commit_message = "bump: Version {old_version} -> {new_version}"
|
||||
commit = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue