Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma-m committed Mar 12, 2023
1 parent 77daec6 commit 44d3db5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Forthcoming

## v1.2.0

- Add `chromatic` parameter for `from_note_index`.
- Add `7(b9)`, `6b5` qualities.
- Contributor: @Moustov, @hejops

## v1.1.1

- Add `m11` and `maj13` qualities.
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.1.1'
version = '1.2.0'

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

0 comments on commit 44d3db5

Please sign in to comment.