Skip to content

Commit de67702

Browse files
committed
v7.1.0
1 parent e679d6a commit de67702

File tree

4 files changed

+107
-104
lines changed

4 files changed

+107
-104
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.1.0rc1",
2+
"version": "7.1.0",
33
"description": "darkseid linting",
44
"type": "module",
55
"scripts": {

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "darkseid"
3-
version = "7.1.0rc1"
3+
version = "7.1.0"
44
description = "A library to interact with comic archives"
55
authors = [{ name = "Brian Pepple", email = "[email protected]" }]
66
requires-python = ">=3.10"
@@ -72,9 +72,9 @@ test = [
7272
]
7373
docs = [
7474
"mkdocs>=1.6.0,<2",
75-
"mkdocs-include-markdown-plugin>=6.2.0,<7",
75+
"mkdocs-include-markdown-plugin>=7",
7676
"mkdocs-material>=9.5.27,<10",
77-
"mkdocstrings[python]>=0.29.1,<0.30",
77+
"mkdocstrings[python]>=0.30",
7878
]
7979

8080
[build-system]

0 commit comments

Comments
 (0)