We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea7d73 commit 2ed343cCopy full SHA for 2ed343c
2 files changed
docs/index.rst
@@ -402,6 +402,11 @@ The rendered object description:
402
Change Log
403
==========
404
405
+2022-06-26 2.3.1
406
+----------------
407
+
408
+- Fix crash when noting object with duplicate reference (#18)
409
410
2022-04-09 2.3
411
--------------
412
sphinxnotes/any/__init__.py
@@ -22,7 +22,7 @@
22
23
__title__= 'sphinxnotes-any'
24
__license__ = 'BSD'
25
-__version__ = '2.3'
+__version__ = '2.3.1'
26
__author__ = 'Shengyu Zhang'
27
__url__ = 'https://sphinx-notes.github.io/any'
28
__description__ = 'Sphinx Domain for describing Anything'
0 commit comments