From 2ed343c47bd835d9886531131682c18ebaf95967 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Sun, 26 Jun 2022 11:57:08 +0800 Subject: [PATCH] Bump version --- docs/index.rst | 5 +++++ sphinxnotes/any/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index cbb4c76..b3d2f77 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -402,6 +402,11 @@ The rendered object description: Change Log ========== +2022-06-26 2.3.1 +---------------- + +- Fix crash when noting object with duplicate reference (#18) + 2022-04-09 2.3 -------------- diff --git a/sphinxnotes/any/__init__.py b/sphinxnotes/any/__init__.py index 150491d..fb49689 100644 --- a/sphinxnotes/any/__init__.py +++ b/sphinxnotes/any/__init__.py @@ -22,7 +22,7 @@ __title__= 'sphinxnotes-any' __license__ = 'BSD' -__version__ = '2.3' +__version__ = '2.3.1' __author__ = 'Shengyu Zhang' __url__ = 'https://sphinx-notes.github.io/any' __description__ = 'Sphinx Domain for describing Anything'