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