Skip to content

Commit

Permalink
Bump 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Bastida committed May 3, 2012
1 parent 73e9fe6 commit fdc4b92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.2.4
^^^^^^
* Better error handling: Glue will now return non zero return codes if something goes wrong.

0.2.3
^^^^^^
* Fix ``--version``
Expand Down
2 changes: 1 addition & 1 deletion glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from PIL import Image as PImage

__version__ = '0.2.3'
__version__ = '0.2.4'

TRANSPARENT = (255, 255, 255, 0)

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

setup(
name='glue',
version='0.2.3',
version='0.2.4',
url='http://github.com/jorgebastida/glue',
license='BSD',
author='Jorge Bastida',
Expand Down

0 comments on commit fdc4b92

Please sign in to comment.