|
33 | 33 | # release = versionInformation.Version |
34 | 34 | project = 'The PoC-Library' |
35 | 35 | copyright = '2007-2016 Technische Universitaet Dresden - Germany, Chair of VLSI-Design, Diagnostics and Architecture' |
36 | | -author = 'Patrick Lehmann, Thomas B. Preusser, Martin Zabel' |
| 36 | +author = 'The PoC-Library Authors' |
37 | 37 |
|
38 | | -version = "1.1" # The short X.Y version. |
39 | | -release = "1.1.1" # The full version, including alpha/beta/rc tags. |
| 38 | +version = "2.1" # The short X.Y version. |
| 39 | +release = "2.1.0" # The full version, including alpha/beta/rc tags. |
40 | 40 |
|
41 | 41 | from subprocess import check_output |
42 | 42 |
|
@@ -268,8 +268,8 @@ def _LatestTagName(): |
268 | 268 | "ghsrc": (f"https://GitHub.com/{githubNamespace}/{project}/blob/master/%s", None), |
269 | 269 | "wiki": (f"https://en.wikipedia.org/wiki/%s", None), |
270 | 270 |
|
271 | | - "pocissue": (f"https://github.com/{githubNamespace}/{project}/issues/%s", 'issue #'), # => replace by ghissue |
272 | | - "pocpull": (f"https://github.com/{githubNamespace}/{project}/pull/%s", 'pull request #'), # => replace by ghpull |
| 271 | + "pocissue": (f"https://github.com/{githubNamespace}/{project}/issues/%s", 'issue #%s'), # => replace by ghissue |
| 272 | + "pocpull": (f"https://github.com/{githubNamespace}/{project}/pull/%s", 'pull request #%s'), # => replace by ghpull |
273 | 273 | "pocsrc": (f"https://github.com/{githubNamespace}/{project}/blob/master/src/%s?ts=2", None), # => replace by ghsrc |
274 | 274 | "poctb": (f"https://github.com/{githubNamespace}/{project}/blob/master/tb/%s?ts=2", None) |
275 | 275 | } |
|
0 commit comments