Skip to content

Commit e1e8d4a

Browse files
committed
Version bump from 5.1.1 to 5.2.0
1 parent 2217004 commit e1e8d4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM python:3.14-slim
22

3-
RUN pip3 install tc-admin~=5.1.1
3+
RUN pip3 install tc-admin~=5.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="tc-admin",
8-
version="5.1.1",
8+
version="5.2.0",
99
description="Administration of Taskcluster runtime configuration",
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)