We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a13386 commit c8f59c1Copy full SHA for c8f59c1
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = sphinx-vhdl
3
-version = 0.2.1
+version = 0.2.2
4
author = CESNET z.s.p.o.
5
author_email = cabal@cesnet.cz
6
description = A Sphinx domain and autodocumenter for VHDL
@@ -26,4 +26,4 @@ install_requires =
26
sphinx >= 6.0
27
28
[options.packages.find]
29
-where = src
+where = src
src/sphinxvhdl/vhdl.py
@@ -615,5 +615,5 @@ def setup(app: Sphinx):
615
logger.verbose('The sphinx-vhdl extension has been activated.')
616
617
return {
618
- 'version': '0.2'
+ 'version': '0.2.2'
619
}
0 commit comments