* Switch to configparser2 (the Python 3.5 backport) * Drop Python 2.6 support.
1.3.1
------------------
* Fix the samefile check on windows.
1.3.0
------------------
* Added an optional ``[cli]`` extra (use ``pip install matrix[cli]``) that enables a ``matrix-render`` command. The new command loads configuration and passes the generated matrix to the given Jinja2 templates.
1.2.0
------------------
* Fix handling when having aliased entries that have empty ("-") values.