diff --git a/ChangeLog b/ChangeLog index 06fe3646..98ee1ecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ CHANGES ======= +4.7.0 UPGRADE: uwsgi version from 2.0.23 to 2.0.24 UPGRADE: django from 2.2.28 to 3.2.25 due security vulnerability diff --git a/setup.cfg b/setup.cfg index 571962c0..9a94274a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = iotp_orchestrator -version = 4.6.0 +version = 4.7.0 summary = IoT Platform Orchestrator description-file = README.md diff --git a/sonar-project.properties b/sonar-project.properties index bb627539..4eefd931 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ ############################ COMMON PROPERTIES sonar.projectName=Orchestrator sonar.projectKey=com.telefonica.iot:orchestrator -sonar.projectVersion=4.6.0 +sonar.projectVersion=4.7.0 ### SOURCES AND EXCLUSIONS sonar.sources=src