Skip to content

Commit 49323d5

Browse files
committed
Bump version
1 parent 8ede5b9 commit 49323d5

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
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.0",
12+
"version": "1.1",
1313
"github_owner": "sphinx-notes",
1414
"github_repo": "isso",
1515
"pypi_name": "sphinxnotes-isso",

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Change Log
1818
Version 1.x
1919
===========
2020

21+
.. version:: 1.1
22+
:date: 2024-05-01
23+
24+
- Re-org project with https://github.com/sphinx-notes/cookiecutter (:pull:`1`, :pull:`4`)
25+
- Fix for sphinx 7.3+: change rebuild argument in option to empty string (:pull:`3`)
26+
2127
.. version:: 1.0
2228
:date: 2021-04-21
2329

docs/conf.py

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

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

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

docs/usage.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,3 @@ The directive supports the following options:
1111
Specify a thread ID rather than use docname
1212
:title: (text)
1313
Specify a thread title rather than use document title
14-
15-
The comment box can be generated via the following source:
16-
17-
.. code-block:: rst
18-
19-
.. isso::
20-
21-
__ https://isso-comments.de/

0 commit comments

Comments
 (0)