diff --git a/.travis.yml b/.travis.yml index 6e156730..e4fe0906 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - 3.5 +- 3.8 envs: - TOXENV=django22 diff --git a/codecov.yml b/codecov.yml index 3328a919..00aff781 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,6 +8,6 @@ coverage: patch: default: enabled: yes - target: 97% + target: 100% comment: false diff --git a/setup.py b/setup.py index 541dbd41..ac7f39ea 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def is_requirement(line): setup( name='edx-search', - version='1.4.0', + version='1.4.1', description='Search and index routines for index access', author='edX', author_email='oscm@edx.org',