Skip to content

Commit

Permalink
Bump version to 3.9 after release of 3.8 (#1563)
Browse files Browse the repository at this point in the history
* Bump version to 3.9 after release of 3.8

* Fix typo
  • Loading branch information
okorach authored Jan 9, 2025
1 parent 01d482d commit 30b728f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY ./LICENSE .
COPY ./sonar/audit sonar/audit

RUN pip install --upgrade pip \
&& pip install sonar-tools==3.8
&& pip install sonar-tools==3.9

USER ${USERNAME}
WORKDIR /home/${USERNAME}
Expand Down
2 changes: 2 additions & 0 deletions doc/what-is-new.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Version 3.9

# Version 3.8

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion sonar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"""

PACKAGE_VERSION = "3.8"
PACKAGE_VERSION = "3.9"
MIGRATION_TOOL_VERSION = "0.5"

0 comments on commit 30b728f

Please sign in to comment.