Skip to content

Commit

Permalink
Set version as current develop 1.4.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Mar 28, 2018
1 parent 8aaf617 commit 663cd14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alignak_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@


# Application version and manifest
VERSION = (1, 4, 2)
VERSION = (1, 4, 3)
__application__ = u"Alignak-App"
__libname__ = u"alignak_app"
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
__version__ = '.'.join((str(each) for each in VERSION[:4]))
__version__ = '.'.join((str(each) for each in VERSION[:4])) + '-dev'
__author__ = u"Estrada Matthieu"
__copyright__ = u"2015-2018 - %s" % __author__
__license__ = u"GNU Affero General Public License, version 3"
Expand Down
2 changes: 1 addition & 1 deletion bin/win/version.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
[Version]
major = 1
minor = 4
patch = 2
patch = 3-dev

0 comments on commit 663cd14

Please sign in to comment.