Skip to content

Commit

Permalink
Set version to 1.3.0 - alignak-backend-cli
Browse files Browse the repository at this point in the history
Set version to 1.4.2 - client
  • Loading branch information
mohierf committed Jul 28, 2018
1 parent 1077be4 commit 5ffab77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alignak_backend_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

# Application version and manifest
VERSION = (1, 4, 1)
VERSION = (1, 4, 2)

__application__ = u"Alignak Backend client"
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
Expand Down
2 changes: 1 addition & 1 deletion alignak_backend_client/backend_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
logger.setLevel('INFO')

# Use the same version as the main alignak backend
__version__ = "1.2.1"
__version__ = "1.3.0"


class BackendUpdate(object): # pylint: disable=useless-object-inheritance
Expand Down

0 comments on commit 5ffab77

Please sign in to comment.