From d77dbba517ca0000f20f7c448fc57192988bef91 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Wed, 21 Apr 2021 19:00:25 +0800 Subject: [PATCH] Bump version --- doc/index.rst | 9 +++++++++ sphinxnotes/isso/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 611b8ea..903c144 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -71,6 +71,8 @@ The directive supports the following options: :id: (text) Specify a thread ID rather than use docname +:title: (text) + Specify a thread title rather than use document title The comment box at the bottom is generated via the following source: @@ -81,6 +83,13 @@ The comment box at the bottom is generated via the following source: Change Log ========== +2021-04-21 1.0 +-------------- + +.. sectionauthor:: Shengyu Zhang + +- Use document title as Isso thread title + 2021-03-23 1.0a2 ---------------- diff --git a/sphinxnotes/isso/__init__.py b/sphinxnotes/isso/__init__.py index 1b99f16..864f30b 100644 --- a/sphinxnotes/isso/__init__.py +++ b/sphinxnotes/isso/__init__.py @@ -22,7 +22,7 @@ __title__= 'sphinxnotes-isso' __license__ = 'BSD', -__version__ = '1.0a2' +__version__ = '1.0' __author__ = 'Shengyu Zhang' __url__ = 'https://sphinx-notes.github.io/isso' __description__ = 'Sphinx extension for embeding Isso comments in documents'