We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e23ff commit 067e6c3Copy full SHA for 067e6c3
CHANGES.rst
@@ -1,3 +1,8 @@
1
+Version 0.1.13 (2025-08-11)
2
+--------------------------
3
+
4
+* Updated: Update the default javascript version to 0.9.19
5
6
Version 0.1.12 (2024-06-25)
7
--------------------------
8
setup.py
@@ -8,7 +8,7 @@ def read(fname):
9
setup(
10
name='django-friendly-captcha',
11
- version='0.1.12',
+ version='0.1.13',
12
description='Django library for friendly captcha',
13
long_description=read('README.rst'),
14
long_description_content_type='text/x-rst',
0 commit comments