Skip to content

Commit 4ca7b3d

Browse files
committed
Prepare for 1.11.2 release
1 parent 35b0f72 commit 4ca7b3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.12 (Apr 25, 2022)
1+
1.11.2 (Apr 28, 2022)
22
=====================
33

44
- Add support for sphinx parallel read/write [PR #37]

sphinxcontrib/doxylink/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.12'
1+
__version__ = '1.11.2'
22

33

44
def setup(app):
@@ -11,4 +11,4 @@ def setup(app):
1111
"version": __version__,
1212
"parallel_read_safe": True,
1313
"parallel_write_safe": True,
14-
}
14+
}

0 commit comments

Comments
 (0)