Skip to content

Commit 135a2ba

Browse files
authored
Merge pull request #7529 from jposada202020/adding_version_info
adding information regarding the version for libraries
2 parents 5657fb0 + e54775a commit 135a2ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/design_guide.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,14 @@ After the license comment::
267267

268268
"""
269269

270+
Version description
271+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
272+
273+
After the import statements::
274+
275+
__version__ = "0.0.0+auto.0"
276+
__repo__ = "<repo github link>"
277+
270278

271279
Class description
272280
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)