diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b10a0..2c378c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ### Hint: use `https://github.com/solaluset/i18nice/compare/v...v` to see full code difference between versions +### v0.15.2 +- (pb) A dict will be considered plural only if all keys are plurals + ### v0.15.1 - (pb) Positional arguments will not be passed to functions that don't have anything between brackets diff --git a/setup.py b/setup.py index 7074d84..b44cffb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='i18nice', - version="0.15.1", + version="0.15.2", description='Translation library for Python', long_description=long_description, long_description_content_type='text/markdown',