We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fd24c commit c4e0428Copy full SHA for c4e0428
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Forthcoming
2
3
+## v1.2.2
4
+
5
+- Add tests for "M" and "maj" qualities synonyms
6
+- Add missing synonyms for M qualities
7
+- Contributor: @nickurak
8
9
## v1.2.1
10
11
- Add `get_qualities` method to `QualityManager`.
setup.py
@@ -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)
0 commit comments