Skip to content

Commit

Permalink
Bump version: 2.7.0 → 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuspg committed Sep 28, 2016
1 parent d03a096 commit 63f17f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.7.0
current_version = 2.8.0
commit = True
tag = False

Expand Down
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 = "v2.7.0 (unreleased)"
unreleased_version_label = "v2.8.0 (unreleased)"


## ``output_engine`` is a callable
Expand Down
2 changes: 1 addition & 1 deletion fiware_cloto/cloto_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
DEFAULT_WINDOW_SIZE = config.get('policy_manager', 'DEFAULT_WINDOW_SIZE')
OWNER = u'Telefonica I+D'
API_INFO_URL = u'http://docs.policymanager.apiary.io'
VERSION = u'2.7.0'
VERSION = u'2.8.0'
MAX_WINDOW_SIZE = config.get('policy_manager', 'MAX_WINDOW_SIZE')
LOGGING_PATH = config.get('policy_manager', 'LOGGING_PATH')
LOGGING_LEVEL = config.get('logging', 'level')
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=.
sonar.dynamicAnalysis=reuseReports
sonar.projectVersion=2.7.0
sonar.projectVersion=2.8.0


### LANGUAGE
Expand Down

0 comments on commit 63f17f7

Please sign in to comment.