mirror of
https://github.com/lepture/captcha.git
synced 2026-03-13 09:43:22 +08:00
Version bump 0.3
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -3,6 +3,13 @@ Changlog
|
||||
|
||||
The changelog of Captcha.
|
||||
|
||||
Version 0.3
|
||||
-----------
|
||||
|
||||
Released on Nov 6, 2018
|
||||
|
||||
- Support Python 3.5, 3.6, 3.7
|
||||
|
||||
Version 0.2.4
|
||||
-------------
|
||||
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
|
||||
A captcha library that generates audio and image CAPTCHAs.
|
||||
|
||||
:copyright: (c) 2015 - 2017 by Hsiaoming Yang.
|
||||
:copyright: (c) 2015 - 2018 by Hsiaoming Yang.
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
__version__ = '0.2.4'
|
||||
__version__ = '0.3'
|
||||
__author__ = 'Hsiaoming Yang <me@lepture.com>'
|
||||
__homepage__ = 'https://github.com/lepture/captcha'
|
||||
|
||||
Reference in New Issue
Block a user