diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4378dccc515ba3884468f8fe87f0f273d8b436_Q0hBTkdFTE9HLm1k..e8c3513b325a752eb1fe5f670309cd42f0c08979_Q0hBTkdFTE9HLm1k 100644 --- 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 index fc4378dccc515ba3884468f8fe87f0f273d8b436_Y3ViaWN3ZWJfcm9kb2xmL19fcGtnaW5mb19fLnB5..e8c3513b325a752eb1fe5f670309cd42f0c08979_Y3ViaWN3ZWJfcm9kb2xmL19fcGtnaW5mb19fLnB5 100644 --- 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"