Skip to content

Commit d72573f

Browse files
committed
chore: release 0.7.0
1 parent dac1937 commit d72573f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Changelog
77

88
----
99

10+
v0.7.0
11+
------
12+
13+
Released on Feb 20, 2025
14+
15+
- Fix for ``Pillow >= 11``.
16+
- Add voice data A to Z, via :pull:`77`.
17+
1018
v0.6.0
1119
------
1220

src/captcha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212

13-
__version__ = '0.6.0'
13+
__version__ = '0.7.0'
1414
__author__ = 'Hsiaoming Yang <[email protected]>'
1515
__homepage__ = 'https://github.com/lepture/captcha'

0 commit comments

Comments
 (0)