Skip to content

Commit

Permalink
Version bump 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Nov 6, 2018
1 parent 0c286e3 commit fb6238e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down
4 changes: 2 additions & 2 deletions captcha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>'
__homepage__ = 'https://github.com/lepture/captcha'

0 comments on commit fb6238e

Please sign in to comment.