Prepare 0.16.3

This commit is contained in:
Artur Barseghyan 2020-04-05 00:02:16 +02:00
parent d0f39bc173
commit ba8d74191e
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ are used for versioning (schema follows below):
0.16.3
------
2020-04-04 (not yet released)
2020-04-04
- Fixes in ``invisible_recaptcha`` plugin. Treat empty ``SITE_KEY`` as error.

View file

@ -430,7 +430,7 @@ CKEDITOR_CONFIGS = {
# LOGIN_URL = '/accounts/login/'
# LOGIN_REDIRECT_URL = '/fobi/' # Important for passing the selenium tests
LOGIN_URL = '/en/accounts/login/'
LOGIN_URL = '/en/login/'
LOGIN_REDIRECT_URL = '/en/fobi/' # Important for passing the selenium tests
# LOGIN_URL = '/accounts/login/'

View file

@ -4,7 +4,7 @@ import sys
from distutils.version import LooseVersion
from setuptools import setup, find_packages
version = '0.16.2'
version = '0.16.3'
# ***************************************************************************
# ************************** Django version *********************************

View file

@ -1,5 +1,5 @@
__title__ = 'django-fobi'
__version__ = '0.16.2'
__version__ = '0.16.3'
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__copyright__ = '2014-2020 Artur Barseghyan'
__license__ = 'GPL 2.0/LGPL 2.1'