Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 14a528e

Browse files
Merge branch 'hotfix/0.10.1.1'
2 parents 8d27529 + 71b8020 commit 14a528e

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
env:
88
matrix:
99
- DJANGO="Django>=1.11,<1.12
10-
- DJANGO="Django>=2"
1110

1211
branches:
1312
only:
@@ -19,9 +18,6 @@ install:
1918
- pip install python-coveralls
2019
- pip install coverage
2120

22-
before_script:
23-
- if [[ "$DJANGO" >= "2" ]]; then pip install django-markdown-app==0.9.4.1; fi
24-
2521
script: "coverage run manage.py test"
2622

2723
after_success:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.10.1'
58+
version = '0.10.1.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.10.1'
60+
release = '0.10.1.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_requirements():
1616

1717
setup(
1818
name='django-qa',
19-
version='0.10.1',
19+
version='0.10.1.1',
2020
description='Pluggable django app for Q&A',
2121
long_description=get_long_description(),
2222
author='arjunkomath, cdvv7788, sebastian-code, jlariza, swappsco',

0 commit comments

Comments
 (0)