1
0
Fork 0

Bump version to 0.4a0

This commit is contained in:
Daniele Tricoli 2015-07-01 00:42:00 +02:00
parent 914a9170e7
commit fba6cbcb5d
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
Release 0.3 (June 26, 2015)
Release 0.4 (in development)
============================
Release 0.3 (June 26, 2015)
===========================
* Add Python3 support.
* Switch to GExiv2 for XMP metadata management.
* Switch to Pillow for testing.

View File

@ -7,7 +7,7 @@ Copyright (c) 2012-2015 Daniele Tricoli <eriol@mornie.org>
Read LICENSE for more informations.
"""
__version_info__ = (0, 3, 0, 'final', 0)
__version_info__ = (0, 4, 0, 'alpha', 0)
def get_version():