Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma-m committed Feb 12, 2019
1 parent 733b458 commit 458a3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Forthcoming

## 0.3.2
- Make `QUALITY_DICT` values immutable.

## 0.3.1
- Raise TypeError in `__eq__` methods.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages
version = '0.3.1'
version = '0.3.2'

setup(
name='pychord',
Expand Down

0 comments on commit 458a3d5

Please sign in to comment.