Skip to content

Commit c8f59c1

Browse files
committed
SPHINX_VHDL [MAINTENANCE]: Bumped version to 0.2.2
1 parent 6a13386 commit c8f59c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sphinx-vhdl
3-
version = 0.2.1
3+
version = 0.2.2
44
author = CESNET z.s.p.o.
55
author_email = cabal@cesnet.cz
66
description = A Sphinx domain and autodocumenter for VHDL
@@ -26,4 +26,4 @@ install_requires =
2626
sphinx >= 6.0
2727

2828
[options.packages.find]
29-
where = src
29+
where = src

src/sphinxvhdl/vhdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,5 +615,5 @@ def setup(app: Sphinx):
615615
logger.verbose('The sphinx-vhdl extension has been activated.')
616616

617617
return {
618-
'version': '0.2'
618+
'version': '0.2.2'
619619
}

0 commit comments

Comments
 (0)