Skip to content

Commit dce1408

Browse files
committed
Set version as 1.7.7
1 parent 848f643 commit dce1408

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ install:
2121
script:
2222
# Code dynamic analysis and tests
2323
- cd test
24-
# Delete previously existing coverage results
2524
# Run test suite with py.test running its coverage plugin
2625
- pytest --verbose --durations=10 --no-print-logs --cov=alignak_module_ws --cov-config .coveragerc test_*.py
2726
# Report about coverage - Upload coverage results to codecov

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__module_types__ = u"web-services"
1818

1919
# Application manifest
20-
__version__ = u"1.7.6"
20+
__version__ = u"1.7.7"
2121
__author__ = u"Frédéric Mohier"
2222
__author_email__ = u"frederic.mohier@alignak.net"
2323
__copyright__ = u"(c) 2015-2017 - %s" % __author__

0 commit comments

Comments
 (0)