Skip to content

Commit 2ed343c

Browse files
committed
Bump version
1 parent 0ea7d73 commit 2ed343c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,11 @@ The rendered object description:
402402
Change Log
403403
==========
404404

405+
2022-06-26 2.3.1
406+
----------------
407+
408+
- Fix crash when noting object with duplicate reference (#18)
409+
405410
2022-04-09 2.3
406411
--------------
407412

sphinxnotes/any/__init__.py

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

2323
__title__= 'sphinxnotes-any'
2424
__license__ = 'BSD'
25-
__version__ = '2.3'
25+
__version__ = '2.3.1'
2626
__author__ = 'Shengyu Zhang'
2727
__url__ = 'https://sphinx-notes.github.io/any'
2828
__description__ = 'Sphinx Domain for describing Anything'

0 commit comments

Comments
 (0)