Skip to content

Commit

Permalink
Updating version for an earlier release
Browse files Browse the repository at this point in the history
  • Loading branch information
geonexus committed Sep 8, 2015
1 parent 6907058 commit 5e5f844
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e5f844

Please sign in to comment.