Skip to content

Commit

Permalink
Merge tag '0.10.1.1' into develop
Browse files Browse the repository at this point in the history
Fixing TravisCI
  • Loading branch information
sebastian-code committed Mar 19, 2018
2 parents 8d27529 + 14a528e commit 86727c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ python:
env:
matrix:
- DJANGO="Django>=1.11,<1.12
- DJANGO="Django>=2"

branches:
only:
Expand All @@ -19,9 +18,6 @@ install:
- pip install python-coveralls
- pip install coverage

before_script:
- if [[ "$DJANGO" >= "2" ]]; then pip install django-markdown-app==0.9.4.1; fi

script: "coverage run manage.py test"

after_success:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.10.1'
version = '0.10.1.1'
# The full version, including alpha/beta/rc tags.
release = '0.10.1'
release = '0.10.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_requirements():

setup(
name='django-qa',
version='0.10.1',
version='0.10.1.1',
description='Pluggable django app for Q&A',
long_description=get_long_description(),
author='arjunkomath, cdvv7788, sebastian-code, jlariza, swappsco',
Expand Down

0 comments on commit 86727c5

Please sign in to comment.