- Updated setuptools_scm to version 1.16.1 - Fix error with setuptools version 39.0 and above, :issue:`148`
2.5.8
-------------------------
- Use ``sphinx.ext.imgmath`` instead of ``sphinx.ext.mathjax`` - Added ``--with-gitlab-ci`` flag for GitLab CI support - Fix Travis install template dirties git repo, :issue:`107` - Updated setuptools_scm to version 1.15.6 - Updated pbr to version 3.1.1
2.5.7
-------------------------
- Added encoding to __init__.py - Few doc corrections in setup.cfg - [tool:pytest] instead of [pytest] in setup.cfg - Updated skeleton - Switch to Google Sphinx style - Updated setuptools_scm to version 1.13.1 - Updated pbr to version 1.10.0
2.5.6
-------------------------
- Prefix error message with ERROR: - Suffix of untagged commits changed from {version}-{hash} to {version}-n{hash} - Check if package identifier is valid - Added log level command line flags to the skeleton - Updated pbr to version 1.9.1 - Updated setuptools_scm to version 1.11.0
2.5.5
-------------------------
- Updated pbr to master at 2016-01-20 - Fix sdist installation bug when no git is installed, :issue:`90`