From 01d0464da2373e25974085cb067dc5d11005f226 Mon Sep 17 00:00:00 2001 From: Mattia Succurro Date: Wed, 18 Jun 2025 10:04:04 +0200 Subject: [PATCH] version advance 0.3.2 --- CHANGELOG.md | 2 +- src/suou/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',