diff --git a/.gitchangelog.rc b/.gitchangelog.rc index 76c9489..26b6c3b 100644 --- a/.gitchangelog.rc +++ b/.gitchangelog.rc @@ -122,7 +122,7 @@ tag_filter_regexp = r'^v[0-9]+\.[0-9]+(\.[0-9]+)?$' ## ## This label will be used as the changelog Title of the last set of changes ## between last valid tag and HEAD if any. -unreleased_version_label = "v1.8.0 (unreleased)" +unreleased_version_label = "v1.7.1 (unreleased)" ## ``output_engine`` is a callable diff --git a/cloto/tests/acceptance_tests/component/tenant_information/features/retrieve_tenant_information.feature b/cloto/tests/acceptance_tests/component/tenant_information/features/retrieve_tenant_information.feature index 5956627..e4669a6 100644 --- a/cloto/tests/acceptance_tests/component/tenant_information/features/retrieve_tenant_information.feature +++ b/cloto/tests/acceptance_tests/component/tenant_information/features/retrieve_tenant_information.feature @@ -11,7 +11,7 @@ Feature: Policy Manager information When I retrieve the tenant information Then I get the following information: | doc | owner | version | windowsize | - | https://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Policy_Manager_Open_RESTful_API_Specification | Telefonica I+D | 1.8.0 | 5 | + | https://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Policy_Manager_Open_RESTful_API_Specification | Telefonica I+D | 1.7.1 | 5 | Scenario Outline: Get not existant tenant information diff --git a/settings/settings.py b/settings/settings.py index 5ddc676..1d60b66 100644 --- a/settings/settings.py +++ b/settings/settings.py @@ -51,7 +51,7 @@ OWNER = u'Telefonica I+D' API_INFO_URL = u'https://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/' \ u'Policy_Manager_Open_RESTful_API_Specification' -VERSION = u'1.8.0' +VERSION = u'1.7.1' MAX_WINDOW_SIZE = 5 LOGGING_PATH = u'/var/log/fiware-cloto' diff --git a/sonar-project.properties b/sonar-project.properties index 6c16945..05a6545 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -32,7 +32,7 @@ sonar.projectName=Policy Manager - Cloto sonar.projectKey=com.telefonica.iot:policymanager-cloto sonar.sources=./cloto sonar.dynamicAnalysis=reuseReports -sonar.projectVersion=1.8.0 +sonar.projectVersion=1.7.1 ### LANGUAGE