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 ee2df60 commit 47273a2Copy full SHA for 47273a2
1 file changed
sphinxext/rediraffe.py
@@ -20,8 +20,8 @@
20
from sphinx.application import Sphinx
21
from sphinx.util.typing import ExtensionMetadata
22
23
-__version__ = '0.2.7'
24
-version_info = (0, 2, 7)
+__version__ = '0.3.0'
+version_info = (0, 3, 0)
25
26
logger = logging.getLogger(__name__)
27
0 commit comments