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 6db0e65 commit f912e07Copy full SHA for f912e07
conf/release.Dockerfile
@@ -28,7 +28,7 @@ COPY ./LICENSE .
28
COPY ./sonar/audit sonar/audit
29
30
RUN pip install --upgrade pip \
31
-&& pip install sonar-tools==3.16.1
+&& pip install sonar-tools==3.17
32
33
USER ${USERNAME}
34
WORKDIR /home/${USERNAME}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sonar-tools"
3
-version = "3.16.1"
+version = "3.17"
4
description = "A collection of utility tools for the SonarQube ecosystem"
5
authors = [
6
{name = "Olivier Korach", email = "[email protected]"},
sonar/version.py
@@ -24,5 +24,5 @@
24
25
"""
26
27
-PACKAGE_VERSION = "3.16.1"
+PACKAGE_VERSION = "3.17"
MIGRATION_TOOL_VERSION = "0.6-snapshot"
0 commit comments