diff --git a/CHANGELOG.md b/CHANGELOG.md index 759b0cf..18c496b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.3.1 +## 0.3.2 - Fixed bugs in Snowflake generation and serialization of negative values diff --git a/src/suou/__init__.py b/src/suou/__init__.py index 9b2f722..4d98999 100644 --- a/src/suou/__init__.py +++ b/src/suou/__init__.py @@ -27,7 +27,7 @@ from .itertools import makelist, kwargs_prefix, ltuple, rtuple, additem from .i18n import I18n, JsonI18n, TomlI18n from .snowflake import Snowflake, SnowflakeGen -__version__ = "0.3.1" +__version__ = "0.3.2" __all__ = ( 'Siq', 'SiqCache', 'SiqType', 'SiqGen', 'StringCase',