Skip to content

Commit

Permalink
Merge pull request #12 from telefonicaid/feature/claudia-5427
Browse files Browse the repository at this point in the history
Feature/claudia_5427 Adding management of version in glancesync component
  • Loading branch information
jframos committed Sep 29, 2015
2 parents baed6c5 + 3fc1adb commit 4a2f14a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[bumpversion]
current_version = 1.0.0
commit = True
tag = False

[bumpversion:file:setup.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bumpversion:file:sonar-project.properties]
search = sonar.projectVersion={current_version}
replace = sonar.projectVersion={new_version}
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
# contact with opensource@tid.es
#
from distutils.core import setup
from server import __version__

__version__ = '1.0.0'

setup(
name='fiware-glancesync',
Expand Down

0 comments on commit 4a2f14a

Please sign in to comment.