Skip to content

Commit 85f8517

Browse files
Merge tag '0.9.0' into develop
Updating version to 0.9.0, including the latest changes to get closer to the release of version 1.0.0 according #32
2 parents 3d8fcf5 + afaa003 commit 85f8517

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/conf.py

+2-2
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.1.1'
58+
version = '0.9.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.1.1'
60+
release = '0.9.0'
6161

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

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django-annoying==0.10.3
2-
django-markdown-app==0.9.0
3-
django-taggit==0.22.0
4-
pytz==2016.10
2+
django-markdown-app==0.9.2
3+
django-taggit==0.22.1
4+
pytz==2017.2
55
django-hitcount==1.2.2

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='django-qa',
10-
version='0.1.1',
10+
version='0.9.0',
1111
description='Pluggable django app for Q&A',
1212
long_description=long_description,
1313
author='arjunkomath, cdvv7788, sebastian-code, jlariza, swappsco',
@@ -34,9 +34,9 @@
3434
],
3535
install_requires=[
3636
'django-annoying==0.10.3',
37-
'django-markdown-app==0.9.0',
38-
'django-taggit==0.22.0',
39-
'pytz==2016.10',
37+
'django-markdown-app==0.9.2',
38+
'django-taggit==0.22.1',
39+
'pytz==2017.2',
4040
'django-hitcount==1.2.2'
4141
],
4242
extras_require={

test_project/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
-e ../
66

77
# This project requirements
8-
django-bootstrap3==8.2.1
8+
django-bootstrap3==8.2.3
99
django-hitcount==1.2.2

0 commit comments

Comments
 (0)