RELEASE 0.7.2: 2018-11-28
    Fixes ReadTheDocs generation problem

RELEASE 0.7.1: 2018-11-28
    Fixes BASE version extraction

RELEASE 0.7.0: 2018-11-26
    Use setuptools_scm to manage version numbers
    Use mo_installer to compile gettext po files to mo

RELEASE 0.6.1: 2018-11-26
    French documentation available on ReadTheDocs

RELEASE 0.6.0: 2018-11-18
    Supports a French locale in addition to English.

RELEASE 0.5.0: 2018-11-05
    It is possible to directly merge pictures from a different folder.

RELEASE 0.4.1: 2018-10-31
    Fix documentation URL display on PyPI and add classifiers.
    Make log a public attribute of the Renamer class.

RELEASE 0.4.0: 2018-10-31
    Make method load_names and get_new_name public.
    Add some cleaning to the code, and docstrings in tests.
    Fix display of license file from README.
    Use Read the Docs to display the sphinx documentation.
    Add a badge showing doc. state on README.
    Add this CHANGES.txt file.

RELEASE 0.3.1: 2018-10-29
    Add Sphinx documentation for the package.
    Allow files argument from the command line script.
    Add integration tests using pyfakefs.

RELEASE 0.3.0: 2018-10-23
    Methods rename and back of Renamer now accept a list of files.
    pyimgren module relies on logging module for all its messages.

RELEASE 0.2.1: 2018-10-14
    Add a number of tests for a total coverage of 95%

RELEASE 0.2.0: 2018-10-13 (not released on PyPI)
    The package can now be started as a script.
    Drop support for Python 3.2
    Only run tests for Python >= 3.3 (3.2 was broken on Travis)
    Add badges for Travis and AppVeyor on README
    Version is now stored in a version.py file as __version__ at first line.

RELEASE 0.1.0: 2018-10-09
    First released version
    No documentation but uses Travis-CI and AppVeyor as CI backends to
    automatically run tests for Python >=3.2
    Tell CI to only test for Python 3.
