# HG changeset patch
# User Aurelien Lubert <aurelien.lubert@logilab.fr>
# Date 1712325903 -7200
#      Fri Apr 05 16:05:03 2024 +0200
# Node ID cb6943db95f9ce8d8739f852325174f730bd719a
# Parent  507e61fabf8e60e90d3e775fbb53acdf52cd66de
chore(pkg): new patch release (0.3.2)

diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## Version 0.3.2 (2024-04-05)
+### 👷 Bug fixes
+
+- frontend: force dynamic page generation
+
+### 🤖 Continuous integration
+
+- put python package in registry, not pypi
+
 ## Version 0.3.1 (2024-04-04)
 ### 👷 Bug fixes
 
@@ -16,4 +25,4 @@
 
 ### 👷 Bug fixes
 
-- Remove unused log parameter
\ No newline at end of file
+- Remove unused log parameter
diff --git a/cubicweb_rodolf/__pkginfo__.py b/cubicweb_rodolf/__pkginfo__.py
--- a/cubicweb_rodolf/__pkginfo__.py
+++ b/cubicweb_rodolf/__pkginfo__.py
@@ -3,7 +3,7 @@
 modname = "cubicweb_rodolf"
 distname = "cubicweb-rodolf"
 
-numversion = (0, 3, 1)
+numversion = (0, 3, 2)
 version = ".".join(str(num) for num in numversion)
 
 license = "LGPL"