Version bump 0.3

This commit is contained in:
Hsiaoming Yang
2018-11-06 17:03:05 +09:00
parent 0c286e359c
commit fb6238e741
2 changed files with 9 additions and 2 deletions

View File

@@ -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
-------------

View File

@@ -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'