Skip to content

Commit

Permalink
Bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwgd committed Feb 27, 2024
1 parent e41d791 commit 370b3ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
--------------------------

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

Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 370b3ea

Please sign in to comment.