# HG changeset patch # User Arnaud Vergnet <arnaud.vergnet@logilab.fr> # Date 1712246058 -7200 # Thu Apr 04 17:54:18 2024 +0200 # Node ID e8c3513b325a752eb1fe5f670309cd42f0c08979 # Parent fc4378dccc515ba3884468f8fe87f0f273d8b436 chore(pkg): new patch release (0.3.1) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.3.1 (2024-04-04) +### 👷 Bug fixes + +- frontend: use proper env variable for image + ## Version 0.3.0 (2024-04-04) ### 🎉 New features 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, 0) +numversion = (0, 3, 1) version = ".".join(str(num) for num in numversion) license = "LGPL"