Skip to content

Commit

Permalink
Prepare for 1.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Apr 28, 2022
1 parent 35b0f72 commit 4ca7b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.12 (Apr 25, 2022)
1.11.2 (Apr 28, 2022)
=====================

- Add support for sphinx parallel read/write [PR #37]
Expand Down
4 changes: 2 additions & 2 deletions sphinxcontrib/doxylink/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.12'
__version__ = '1.11.2'


def setup(app):
Expand All @@ -11,4 +11,4 @@ def setup(app):
"version": __version__,
"parallel_read_safe": True,
"parallel_write_safe": True,
}
}

0 comments on commit 4ca7b3d

Please sign in to comment.