forked from clayrisser/sphinx-markdown-builder
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test Signed-off-by: Liran Funaro <[email protected]>
- Loading branch information
1 parent
81ccbda
commit 177e90f
Showing
9 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "sphinx-markdown-builder" | ||
version = "0.6.7" | ||
version = "0.6.8" | ||
description = "A Sphinx extension to add markdown generation support." | ||
readme = "README.md" | ||
authors = [{ name = "Liran Funaro", email = "[email protected]" }] | ||
|
@@ -42,7 +42,7 @@ dev = [ | |
Homepage = "https://github.com/liran-funaro/sphinx-markdown-builder" | ||
|
||
[tool.bumpver] | ||
current_version = "0.6.7" | ||
current_version = "0.6.8" | ||
version_pattern = "MAJOR.MINOR.PATCH[-TAG]" | ||
commit_message = "bump version {old_version} -> {new_version}" | ||
commit = true | ||
|
@@ -65,6 +65,7 @@ push = false | |
] | ||
"tests/source/conf.py" = [ | ||
"^version = \"{version}\"$", | ||
"copyright = \"Copyright (c) 2023-YYYY, Liran Funaro.\"", | ||
] | ||
"tests/expected/overrides-auto-summery.md" = [ | ||
"<meta name=\"version\" content=\"{version}\"/>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters