Updates version and docs

This commit is contained in:
ilan
2018-01-08 15:33:04 +01:00
parent 96d7082cb2
commit e22546672e
6 changed files with 11 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ master_doc = 'index'
# General information about the project.
project = 'Django Q'
copyright = '2015, Ilan Steemers'
copyright = '2015-2018, Ilan Steemers'
author = 'Ilan Steemers'
# The version info for the project you're documenting, acts as replacement for
@@ -70,9 +70,9 @@ author = 'Ilan Steemers'
# built documents.
#
# The short X.Y version.
version = '0.8'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.8.1'
release = '0.9.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -24,7 +24,7 @@ Features
- Rollbar and Sentry support
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.10.8 and 1.11.6
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.11.9 and 2.0
Contents:

View File

@@ -32,7 +32,7 @@ Django Q is tested for Python 2.7 and 3.6
- `Django <https://www.djangoproject.com>`__
Django Q aims to use as much of Django's standard offerings as possible
The code is tested against Django versions `1.8.18 LTS`, `1.10.8` and `1.11.6`.
The code is tested against Django versions `1.8.18 LTS`, `1.11.9` and `2.0`.
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
@@ -92,6 +92,7 @@ Extras
- `django-q-rollbar <https://github.com/danielwelch/django-q-rollbar>`__ is a Rollbar error reporter::
$ pip install django-q[rollbar]
- `django-q-sentry <https://github.com/danielwelch/django-q-sentry>`__ is a Sentry error reporter::
$ pip install django-q[sentry]
@@ -138,9 +139,9 @@ You can reference the `requirements <https://github.com/Koed00/django-q/blob/mas
Django
~~~~~~
We strive to be compatible with last two major version of Django.
At the moment this means we support the 1.8.18 LTS, 1.10.8 and 1.11.6 releases.
At the moment this means we support the 1.8.18 LTS, 1.11.9 and 2.0 releases.
You might find that Django Q still works fine with Django 1.7 and 1.9, but new releases are no longer tested for it.
You might find that Django Q still works fine with Django 1.7,1.9 and 1.10, but new releases are no longer tested for it.