Skip to content

Commit 5a8e4e6

Browse files
committed
chore: Bump version
1 parent 11e9454 commit 5a8e4e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.cruft.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"template": "https://github.com/sphinx-notes/template",
3-
"commit": "b5c09eed87ca2af4de47c15755f32c3224bffbc5",
4-
"checkout": "docs/any-dog-food",
3+
"commit": "cbf447e57f35a62a097cf0f8b740e047a3827e08",
4+
"checkout": null,
55
"context": {
66
"cookiecutter": {
77
"namespace": "sphinxnotes",
88
"name": "any",
99
"full_name": "sphinxnotes-any",
1010
"author": "Shengyu Zhang",
1111
"description": "Sphinx domain for documenting anything",
12-
"version": "2.4.0",
12+
"version": "2.4.1",
1313
"github_owner": "sphinx-notes",
1414
"github_repo": "any",
1515
"pypi_name": "sphinxnotes-any",

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
copyright = "2023, " + author
1818

1919
# The full version, including alpha/beta/rc tags
20-
version = release = '2.4.0'
20+
version = release = '2.4.1'
2121

2222
# -- General configuration ---------------------------------------------------
2323

0 commit comments

Comments
 (0)