Skip to content

Commit d77dbba

Browse files
committed
Bump version
1 parent 2a74644 commit d77dbba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ The directive supports the following options:
7171

7272
:id: (text)
7373
Specify a thread ID rather than use docname
74+
:title: (text)
75+
Specify a thread title rather than use document title
7476

7577
The comment box at the bottom is generated via the following source:
7678

@@ -81,6 +83,13 @@ The comment box at the bottom is generated via the following source:
8183
Change Log
8284
==========
8385

86+
2021-04-21 1.0
87+
--------------
88+
89+
.. sectionauthor:: Shengyu Zhang
90+
91+
- Use document title as Isso thread title
92+
8493
2021-03-23 1.0a2
8594
----------------
8695

sphinxnotes/isso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
__title__= 'sphinxnotes-isso'
2424
__license__ = 'BSD',
25-
__version__ = '1.0a2'
25+
__version__ = '1.0'
2626
__author__ = 'Shengyu Zhang'
2727
__url__ = 'https://sphinx-notes.github.io/isso'
2828
__description__ = 'Sphinx extension for embeding Isso comments in documents'

0 commit comments

Comments
 (0)