diff --git a/CHANGELOG b/CHANGELOG index 39c5904..866139c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +- 1.3.2 + * Fix uncaught EUI() exceptions (Kyle Birkeland) + * Fix deprecation warning for app config in newer versions of Django (Gil + Forcada Codinachs) + * Add get_placeholder to handle automatic check constraint evaluation (sevdog) + - 1.3.1 * Add support for psycopg v3.x in Django 4.2 and above (Clemens Wolff) diff --git a/setup.py b/setup.py index 6372904..7cecd87 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def get_long_description(): setup( name='django-netfields', - version='1.3.1', + version='1.3.2', license='BSD', description='Django PostgreSQL netfields implementation', long_description=get_long_description(),