Skip to content

Commit 64cf6c3

Browse files
committed
chore: Bump version to 2.0
1 parent 404ed38 commit 64cf6c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"full_name": "sphinxnotes-isso",
1010
"author": "Shengyu Zhang",
1111
"description": "Sphinx extension for embeding Isso comments in documents",
12-
"version": "1.1",
12+
"version": "2.0",
1313
"github_owner": "sphinx-notes",
1414
"github_repo": "isso",
1515
"pypi_name": "sphinxnotes-isso",

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Version 2.x
2323
===========
2424

2525
.. version:: 2.0
26-
:date: 2025-02
26+
:date: 2025-11-04
2727

2828
- Add :confval:`isso_include_patterns` and :confval:`isso_exclude_patterns`
2929
for automaticlly inserting comment thread to the end of document (:pull:`10`)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
copyright = "2024, " + author
1515

1616
# The full version, including alpha/beta/rc tags
17-
version = release = '1.1'
17+
version = release = '2.0'
1818

1919
# -- General configuration ---------------------------------------------------
2020

0 commit comments

Comments
 (0)