We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d3d0f commit dc01fd4Copy full SHA for dc01fd4
docs/reference/api.rst
@@ -53,7 +53,7 @@ API
53
.. data:: softioc.__version__
54
:type: str
55
56
- Version number as calculated by https://github.com/epics-python/versiongit
+ Version number as calculated by https://github.com/DiamondLightSource/versiongit
57
58
.. automodule:: softioc.softioc
59
softioc/_version_git.py
@@ -1,7 +1,7 @@
1
# Compute a version number from a git repo or archive
2
3
# This file is released into the public domain. Generated by:
4
-# versiongit-1.0 (https://github.com/epics-python/versiongit)
+# versiongit-1.0 (https://github.com/DiamondLightSource/versiongit)
5
import os
6
import re
7
import sys
0 commit comments