Skip to content

Commit

Permalink
Version bump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Dec 2, 2014
1 parent cfa87cb commit b11f6db
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Changlog
========

The changelog of Captcha.


Version 0.1.1
-------------

Released on Dec 2, 2014, this is a bugfix release.

- Use cStringIO in Python 2 instead of BytesIO
- Fix random.randint for Python 3
- Add font_sizes parameters for ImageCaptcha when width is too small


Version 0.1
-----------


Released on Nov 27, 2014, the very first release.
2 changes: 1 addition & 1 deletion captcha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = '0.1'
__version__ = '0.1.1'
__author__ = 'Hsiaoming Yang <[email protected]>'
__homepage__ = 'https://github.com/lepture/captcha'

0 comments on commit b11f6db

Please sign in to comment.