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 4ff56eb commit 53dc94eCopy full SHA for 53dc94e
Dockerfile
@@ -1,3 +1,3 @@
1
FROM python:3.14-slim
2
3
-RUN pip3 install tc-admin~=5.0.4
+RUN pip3 install tc-admin~=5.0.5
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="tc-admin",
8
- version="5.0.4",
+ version="5.0.5",
9
description="Administration of Taskcluster runtime configuration",
10
long_description=long_description,
11
long_description_content_type='text/markdown',
0 commit comments