Skip to content

Commit f02a1ad

Browse files
authored
Bump version to 3.17 (#1978)
1 parent 8b67986 commit f02a1ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conf/release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY ./LICENSE .
3131
COPY ./sonar/audit sonar/audit
3232

3333
RUN pip install --upgrade pip \
34-
&& pip install sonar-tools==3.16
34+
&& pip install sonar-tools==3.17
3535

3636
USER ${USERNAME}
3737
WORKDIR /home/${USERNAME}

pyproject.toml.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta"
1919

2020
[project]
2121
name = "sonar-tools"
22-
version = "3.16"
22+
version = "3.17"
2323
dependencies = [
2424
"argparse",
2525
"datetime",

sonar/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
2525
"""
2626

27-
PACKAGE_VERSION = "3.16"
27+
PACKAGE_VERSION = "3.17"
2828
MIGRATION_TOOL_VERSION = "0.6-snapshot"

0 commit comments

Comments
 (0)