Skip to content

Commit 47273a2

Browse files
committed
Bump to 0.3.0 final
1 parent ee2df60 commit 47273a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinxext/rediraffe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from sphinx.application import Sphinx
2121
from sphinx.util.typing import ExtensionMetadata
2222

23-
__version__ = '0.2.7'
24-
version_info = (0, 2, 7)
23+
__version__ = '0.3.0'
24+
version_info = (0, 3, 0)
2525

2626
logger = logging.getLogger(__name__)
2727

0 commit comments

Comments
 (0)