Skip to content

Commit bf4bee5

Browse files
committed
SPHINX_VHDL [MAINTENANCE]: Bumped version to 0.2.0
1 parent 62bd175 commit bf4bee5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sphinx-vhdl
3-
version = 0.1.6
3+
version = 0.2.0
44
author = CESNET z.s.p.o.
55
author_email = cabal@cesnet.cz
66
description = A Sphinx domain and autodocumenter for VHDL

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.1'
618+
'version': '0.2'
619619
}

0 commit comments

Comments
 (0)