Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
View changes at:
v1.1.4...v2.0.0

- Bumps yamlint (required for ppy/osu-wiki#10521)
- Splits --outdated into 3 more granular options
- Makes case sensitivity for link checks toggleable. Now insensitive by default,
  since the wiki automatically redirects to the correct casing
  • Loading branch information
Walavouchey committed Nov 23, 2023
1 parent cf1756a commit 8188a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"osu-wiki-tools=wikitools_cli.osu_wiki_tools:console_main",
],
},
python_requires=">=3.10",
python_requires=">=3.11",
install_requires=[
"PyYAML==6.0",
"types-PyYAML==6.0.6",
Expand Down
2 changes: 1 addition & 1 deletion wikitools_cli/VERSION.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.1.4"
VERSION = "2.0.0"

0 comments on commit 8188a01

Please sign in to comment.