Skip to content

Commit 0271d2a

Browse files
committed
Bump to 4.0.0
1 parent a84aa41 commit 0271d2a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1><a href="{{ home_page }}">{{ _(trans["mod_list"]) }}</a></h1>
1616
<div class="credits">
1717
<div>
1818
<p>{{ _(trans["version"]) }}</p>
19-
<p id="version"><strong>3.9.0</strong></p>
19+
<p id="version"><strong>4.0.0</strong></p>
2020
</div>
2121
<div>
2222
<p>{{ _(trans["mod_nb"]) }}</p>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Lcc-Mod-List"
3-
version = "3.9.0"
3+
version = "4.0.0"
44
description = "Liste des mods de l'infinity engine"
55
readme = "README.md"
66
requires-python = ">=3.11"

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# github_url = "https://github.com/<user or organization>/<project>/"
33

44
[version]
5-
current = "3.9.0"
5+
current = "4.0.0"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)