We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53dfb4 commit a44f071Copy full SHA for a44f071
README.rst
@@ -111,7 +111,7 @@ MIT licensed. See the bundled `LICENSE <https://github.com/sloria/sphinx-issues/
111
Changelog
112
*********
113
114
-2.0.0 (unreleased)
+2.0.0 (2021-01-01)
115
------------------
116
117
- Drop support for Python 2.7 and 3.5.
sphinx_issues.py
@@ -4,7 +4,7 @@
4
from docutils import nodes, utils
5
from sphinx.util.nodes import split_explicit_title
6
7
-__version__ = "1.2.0"
+__version__ = "2.0.0"
8
__author__ = "Steven Loria"
9
__license__ = "MIT"
10
0 commit comments