Skip to content

Commit fde752a

Browse files
authored
Bump version for 0.2.0 release (#12)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 6ff06a0 commit fde752a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
v0.2.0 (unreleased)
4+
v0.2.0 (2025-06-17)
55
-------------------
66

77
- Add a AltchaChallengeView to allow `challengeurl` a setup.

django_altcha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import altcha
2525

26-
__version__ = "0.1.3"
26+
__version__ = "0.2.0"
2727
VERSION = __version__
2828

2929
# Get the ALTCHA_HMAC_KEY from the settings, or generate one if not present.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-altcha"
7-
version = "0.1.3"
7+
version = "0.2.0"
88
description = "Django field and widget for Altcha CAPTCHA."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)