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 8b67986 commit f02a1adCopy full SHA for f02a1ad
conf/release.Dockerfile
@@ -31,7 +31,7 @@ COPY ./LICENSE .
31
COPY ./sonar/audit sonar/audit
32
33
RUN pip install --upgrade pip \
34
-&& pip install sonar-tools==3.16
+&& pip install sonar-tools==3.17
35
36
USER ${USERNAME}
37
WORKDIR /home/${USERNAME}
pyproject.toml.bak
@@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta"
19
20
[project]
21
name = "sonar-tools"
22
-version = "3.16"
+version = "3.17"
23
dependencies = [
24
"argparse",
25
"datetime",
sonar/version.py
@@ -24,5 +24,5 @@
"""
26
27
-PACKAGE_VERSION = "3.16"
+PACKAGE_VERSION = "3.17"
28
MIGRATION_TOOL_VERSION = "0.6-snapshot"
0 commit comments