We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff06a0 commit fde752aCopy full SHA for fde752a
3 files changed
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-v0.2.0 (unreleased)
+v0.2.0 (2025-06-17)
5
-------------------
6
7
- Add a AltchaChallengeView to allow `challengeurl` a setup.
django_altcha/__init__.py
@@ -23,7 +23,7 @@
23
24
import altcha
25
26
-__version__ = "0.1.3"
+__version__ = "0.2.0"
27
VERSION = __version__
28
29
# Get the ALTCHA_HMAC_KEY from the settings, or generate one if not present.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-altcha"
-version = "0.1.3"
+version = "0.2.0"
8
description = "Django field and widget for Altcha CAPTCHA."
9
readme = "README.md"
10
license = "MIT"
0 commit comments