Skip to content

Commit

Permalink
updating version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
geonexus committed Dec 1, 2015
1 parent afbc10d commit 6c74bc5
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 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 = "v2.1.0 (unreleased)"
unreleased_version_label = "v2.2.0 (unreleased)"


## ``output_engine`` is a callable
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Changelog
=========

v2.1.0 (2015-12-01)
-------------------

New
~~~

- Added a test to check non-float values in POST operation. [Guillermo
Jimenez Prieto]

- Adding tests to check the use case: exception control to some no-
managed situations. [Guillermo Jimenez Prieto]

Fix
~~~

- Fixing mkdir error if folder already exists. [Guillermo Jimenez
Prieto]

- Tests: Fixing acceptance tests with values out of range. [Guillermo
Jimenez Prieto]

- Fixing CI travis build when any test fails. [Guillermo Jimenez Prieto]

- Added value control and test associated. [Guillermo Jimenez Prieto]

- Adding exception control to some no-managed situations. [Guillermo
Jimenez Prieto]

v2.0.0 (2015-10-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion facts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#

__author__ = 'fla'
__version__ = '2.1.0'
__version__ = '2.2.0'

from ConfigParser import SafeConfigParser
from sys import platform as _platform
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sonar.projectName=Policy Manager - Facts
sonar.projectKey=com.telefonica.iot:policymanager-facts
sonar.sources=./facts
sonar.dynamicAnalysis=reuseReports
sonar.projectVersion=2.1.0
sonar.projectVersion=2.2.0

### LANGUAGE
sonar.language=py
Expand Down

0 comments on commit 6c74bc5

Please sign in to comment.