Skip to content

Commit 5e32b2a

Browse files
committed
Update changelog and version number for bugfix release v0.8.2
1 parent bfb7a28 commit 5e32b2a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### v0.8.2 | 2017-01-26
4+
5+
* Added support for Python 3.6 (pybinding is available as a binary wheel for Windows and macOS).
6+
7+
* Fixed compatibility with matplotlib v2.0.
8+
9+
* Fixed a few minor bugs.
10+
11+
312
### v0.8.1 | 2016-11-11
413

514
* Structure plotting functions have been improved with better automatic scaling of lattice site

pybinding/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package for numerical tight-binding calculations in solid state physics"""
22
__title__ = "pybinding"
3-
__version__ = "0.8.1"
3+
__version__ = "0.8.2"
44
__summary__ = "Package for tight-binding calculations"
55
__url__ = "https://github.com/dean0x7d/pybinding"
66

0 commit comments

Comments
 (0)