Skip to content

Commit f912e07

Browse files
committed
Update to 3.17
1 parent 6db0e65 commit f912e07

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
@@ -28,7 +28,7 @@ COPY ./LICENSE .
2828
COPY ./sonar/audit sonar/audit
2929

3030
RUN pip install --upgrade pip \
31-
&& pip install sonar-tools==3.16.1
31+
&& pip install sonar-tools==3.17
3232

3333
USER ${USERNAME}
3434
WORKDIR /home/${USERNAME}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sonar-tools"
3-
version = "3.16.1"
3+
version = "3.17"
44
description = "A collection of utility tools for the SonarQube ecosystem"
55
authors = [
66
{name = "Olivier Korach", email = "[email protected]"},

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.1"
27+
PACKAGE_VERSION = "3.17"
2828
MIGRATION_TOOL_VERSION = "0.6-snapshot"

0 commit comments

Comments
 (0)