From 8f2167e7ec40b455e279a3d9898b23eebb831ef3 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Mon, 28 Dec 2020 22:38:06 +0100 Subject: [PATCH] Prepare 0.17 --- .travis.yml | 6 ++++++ CHANGELOG.rst | 7 ++++++- README.rst | 2 +- docs/changelog.rst | 7 ++++++- docs/index.rst | 5 ++++- tox.ini | 2 +- 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d52e8252..36bfdee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,8 @@ matrix: python: 3.7 - env: TOX_ENV=py38-django22 python: 3.8 + - env: TOX_ENV=py39-django22 + python: 3.9 - env: TOX_ENV=py36-django30 python: 3.6 @@ -65,6 +67,8 @@ matrix: python: 3.7 - env: TOX_ENV=py38-django30 python: 3.8 + - env: TOX_ENV=py39-django30 + python: 3.9 - env: TOX_ENV=py36-django31 python: 3.6 @@ -72,6 +76,8 @@ matrix: python: 3.7 - env: TOX_ENV=py38-django31 python: 3.8 + - env: TOX_ENV=py39-django31 + python: 3.9 before_install: - sudo apt-get install -y xvfb libappindicator1 fonts-liberation diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f77b18ac..78ae4734 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,7 +17,12 @@ are used for versioning (schema follows below): 0.17 ---- -2020-12-03 +2020-12-28 + +.. note:: + + Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh) + and all the victims of Turkish and Azerbaijani aggression. - Deprecate support for the following Django versions: 1.11, 2.0 and 2.1. diff --git a/README.rst b/README.rst index e543a651..cbfe9425 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ handling the submitted form data). Prerequisites ============= - Django 2.2, 3.0 and 3.1. -- Python 3.5, 3.6, 3.7 and 3.8. +- Python 3.5, 3.6, 3.7, 3.8 and 3.9. Key concepts ============ diff --git a/docs/changelog.rst b/docs/changelog.rst index f77b18ac..78ae4734 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,7 +17,12 @@ are used for versioning (schema follows below): 0.17 ---- -2020-12-03 +2020-12-28 + +.. note:: + + Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh) + and all the victims of Turkish and Azerbaijani aggression. - Deprecate support for the following Django versions: 1.11, 2.0 and 2.1. diff --git a/docs/index.rst b/docs/index.rst index eb5bbf55..cb94b260 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,7 @@ handling the submitted form data). Prerequisites ============= - Django 2.2, 3.0 and 3.1. -- Python 3.5, 3.6, 3.7 and 3.8. +- Python 3.5, 3.6, 3.7, 3.8 and 3.9. Key concepts ============ @@ -6792,6 +6792,9 @@ Install `fobi` ReCAPTCHA plugin - ``RECAPTCHA_PUBLIC_KEY`` - ``RECAPTCHA_PRIVATE_KEY`` +For testing purposes obtain the keys `here +`_: + Troubleshooting and usage limitations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In combination with other captcha solutions diff --git a/tox.ini b/tox.ini index 0992a053..c8725d56 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = # py{27,35,36}-django{110,111} # py{35,36,37,38}-django{111,20} # py{36,37,38}-django{21,22,30,31} - py{36,37,38}-django{22,30,31} + py{36,37,38,39}-django{22,30,31} #flake8, #isort