Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma-m committed Dec 31, 2023
1 parent 56fd24c commit c4e0428
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.2

- Add tests for "M" and "maj" qualities synonyms
- Add missing synonyms for M qualities
- Contributor: @nickurak

## v1.2.1

- Add `get_qualities` method to `QualityManager`.
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.1'
version = '1.2.2'

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

0 comments on commit c4e0428

Please sign in to comment.