Skip to content

Commit

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

## v1.2.1

- Add `get_qualities` method to `QualityManager`.
- Contributor: @nickurak

## v1.2.0

- Add `chromatic` parameter for `from_note_index`.
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.2.0'
version = '1.2.1'

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

0 comments on commit c057c93

Please sign in to comment.