diff --git a/CHANGES.rst b/CHANGES.rst index 7321d7d..90a49b0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +Version 0.1.9 (2024-02-27) +-------------------------- + +* Updated: Update the default javascript version to 0.9.14 +* New: Added renova dependecy bot (Thanks to kimdre_). + +.. _kimdre: https://github.com/kimdre + + Version 0.1.8 (2023-08-01) -------------------------- diff --git a/README.rst b/README.rst index 12670e1..dba8ed2 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ Add the captcha field to your form: As of version 0.1.7 the javascript static assets are included in the widget, so there is no need to do that in your project templates. -Version 0.1.8 includes friendly captcha version 0.9.12 javascript files. +Version 0.1.9 includes friendly captcha version 0.9.14 javascript files. If you need a different version you can set these by providing them in your settings: diff --git a/setup.py b/setup.py index 3cf7f58..61442c3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='django-friendly-captcha', - version='0.1.8', + version='0.1.9', description='Django library for friendly captcha', long_description=read('README.rst'), url='https://github.com/christianwgd/django-friendly-captcha', @@ -33,8 +33,6 @@ def read(fname): 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',