diff --git a/changelog.md b/changelog.md index b660e3bd..61e4de10 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +### v0.8.2 | 2017-01-26 + +* Added support for Python 3.6 (pybinding is available as a binary wheel for Windows and macOS). + +* Fixed compatibility with matplotlib v2.0. + +* Fixed a few minor bugs. + + ### v0.8.1 | 2016-11-11 * Structure plotting functions have been improved with better automatic scaling of lattice site diff --git a/pybinding/__about__.py b/pybinding/__about__.py index d669b213..9826d692 100644 --- a/pybinding/__about__.py +++ b/pybinding/__about__.py @@ -1,6 +1,6 @@ """Package for numerical tight-binding calculations in solid state physics""" __title__ = "pybinding" -__version__ = "0.8.1" +__version__ = "0.8.2" __summary__ = "Package for tight-binding calculations" __url__ = "https://github.com/dean0x7d/pybinding"