Skip to content

Commit

Permalink
Update changelog and setup.py for 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Mar 4, 2019
1 parent 8bf6e01 commit 13eca90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
ChangeLog
---------

0.2.2
~~~~~

Release date: 2019/3/4

- Fix ``TypeError`` when crop avatar without upload the raw image (use default avatar).


0.2.1
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='Flask-Avatars',
version='0.2.1',
version='0.2.2',
description='All avatar generators in one place.',
url='https://github.com/greyli/flask-avatars',
license='MIT',
Expand Down

0 comments on commit 13eca90

Please sign in to comment.