# HG changeset patch
# User Christophe de Vienne <christophe@cdevienne.info>
# Date 1619022717 -7200
#      Wed Apr 21 18:31:57 2021 +0200
# Node ID 3b3a5dee917b629015f1cf38febbb5b28dbe9054
# Parent  9a79ab5fe9a85c76304c1fb499c4cc49fe9d25fd
Prepare release 0.3.1

diff --git a/HISTORY.rst b/HISTORY.rst
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,9 @@
 Release history
 ===============
 
+0.3.1 (2020-03-10)
+------------------
+
 - mjml: Fix a process crash when the mjml source is not a valid mjml document.
 
 0.3.0 (2020-03-09)
diff --git a/restapi/doc.go b/restapi/doc.go
--- a/restapi/doc.go
+++ b/restapi/doc.go
@@ -10,7 +10,7 @@
 //    https
 //  Host: localhost
 //  BasePath: /api
-//  Version: 0.3.0
+//  Version: 0.3.1
 //
 //  Consumes:
 //    - application/io.orus.rednerd.v1+json
diff --git a/restapi/embedded_spec.go b/restapi/embedded_spec.go
--- a/restapi/embedded_spec.go
+++ b/restapi/embedded_spec.go
@@ -33,7 +33,7 @@
   "info": {
     "description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n",
     "title": "Rednerd API",
-    "version": "0.3.0"
+    "version": "0.3.1"
   },
   "basePath": "/api",
   "paths": {
@@ -1086,7 +1086,7 @@
   "info": {
     "description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n",
     "title": "Rednerd API",
-    "version": "0.3.0"
+    "version": "0.3.1"
   },
   "basePath": "/api",
   "paths": {
diff --git a/swagger.yaml b/swagger.yaml
--- a/swagger.yaml
+++ b/swagger.yaml
@@ -6,7 +6,7 @@
     and their options, see <a href="/docs/engines">Rednerd Engines</a>.
 
   title: Rednerd API
-  version: 0.3.0
+  version: 0.3.1
 consumes:
 - application/io.orus.rednerd.v1+json
 - application/json