Skip to content

Commit dc01fd4

Browse files
authored
Apply suggestions from code review
1 parent 17d3d0f commit dc01fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ API
5353
.. data:: softioc.__version__
5454
:type: str
5555

56-
Version number as calculated by https://github.com/epics-python/versiongit
56+
Version number as calculated by https://github.com/DiamondLightSource/versiongit
5757

5858
.. automodule:: softioc.softioc
5959

softioc/_version_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Compute a version number from a git repo or archive
22

33
# This file is released into the public domain. Generated by:
4-
# versiongit-1.0 (https://github.com/epics-python/versiongit)
4+
# versiongit-1.0 (https://github.com/DiamondLightSource/versiongit)
55
import os
66
import re
77
import sys

0 commit comments

Comments
 (0)