Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma-m committed Jun 16, 2022
1 parent 4e97f8a commit 59e3bf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Forthcoming

## v1.1.0

- Add `no5`, `m(no5)`, `(b5)`, `sus4add2` and `sus4add9` qualities.
- Support inversions.
- Contributor: @EnigmaCurry

## v1.0.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys

from setuptools import setup, find_packages
version = '1.0.0'
version = '1.1.0'

CURRENT_PYTHON = sys.version_info[:2]
REQUIRED_PYTHON = (3, 6)
Expand Down

0 comments on commit 59e3bf5

Please sign in to comment.