We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f473f commit ac5780bCopy full SHA for ac5780b
1 file changed
docs/source/conf.py
@@ -21,7 +21,7 @@
21
copyright = '2020, Josep Marín-Llaó, Sergi Picart Armada, Daniel Domingo-Fernández'
22
author = ' Josep Marín-Llaó, Sergi Picart Armada, Daniel Domingo-Fernández'
23
24
-release = 'release = '0.0.3-dev''
+release = '0.0.3-dev'
25
26
parsed_version = re.match(
27
'(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?',
0 commit comments