Skip to content

Commit

Permalink
Prepare 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 28, 2020
1 parent b393446 commit 8f2167e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,26 @@ 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
- env: TOX_ENV=py37-django30
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
- env: TOX_ENV=py37-django31
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
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============
Expand Down
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 4 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============
Expand Down Expand Up @@ -6792,6 +6792,9 @@ Install `fobi` ReCAPTCHA plugin
- ``RECAPTCHA_PUBLIC_KEY``
- ``RECAPTCHA_PRIVATE_KEY``
For testing purposes obtain the keys `here
<https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do>`_:

Troubleshooting and usage limitations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In combination with other captcha solutions
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f2167e

Please sign in to comment.