We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2217004 commit e1e8d4aCopy full SHA for e1e8d4a
Dockerfile
@@ -1,3 +1,3 @@
1
FROM python:3.14-slim
2
3
-RUN pip3 install tc-admin~=5.1.1
+RUN pip3 install tc-admin~=5.2.0
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="tc-admin",
8
- version="5.1.1",
+ version="5.2.0",
9
description="Administration of Taskcluster runtime configuration",
10
long_description=long_description,
11
long_description_content_type='text/markdown',
0 commit comments