We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7da1f commit 8db3943Copy full SHA for 8db3943
src/sphinx_tags/__init__.py
@@ -7,7 +7,7 @@
7
from docutils import nodes
8
from pathlib import Path
9
10
-__version__ = "0.1.2dev"
+__version__ = "0.1.2"
11
12
logger = getLogger("sphinx-tags")
13
0 commit comments