Skip to content

Commit

Permalink
Fix manifest file for file distribution
Browse files Browse the repository at this point in the history
Set version as 0.8.3
  • Loading branch information
mohierf committed Jan 19, 2017
1 parent 0969385 commit 5b38cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include README.rst LICENSE AUTHORS requirements.txt
include etc/settings.json
include etc/uwsgi.ini
recursive-include alignak_backend *.*
recursive-include bin *.*
include bin/alignak-backend-uwsgi
include bin/rc.d/alignak-backend
global-exclude *pyc
2 changes: 1 addition & 1 deletion alignak_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This module is an Alignak REST backend
"""
# Application version and manifest
VERSION = (0, 8, 2)
VERSION = (0, 8, 3)

__application__ = u"Alignak_Backend"
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
Expand Down

0 comments on commit 5b38cab

Please sign in to comment.