# HG changeset patch
# User Christophe de Vienne <christophe@cdevienne.info>
# Date 1623653705 -7200
#      Mon Jun 14 08:55:05 2021 +0200
# Node ID 666c7fa951c925f44e74f7881b1058418858b693
# Parent  72d129894f79d7423f0b6bf668fddbb352b74281
Prepare release 0.3.3

diff --git a/HISTORY.rst b/HISTORY.rst
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,23 +1,23 @@
 Release history
 ===============
 
-0.3.3
------
+0.3.3 (2021-06-14)
+------------------
 
 - fix engines priorities so that html->pdf is done by wpd by default (ie, always)
 
-0.3.2 (2020-04-22)
+0.3.2 (2021-04-22)
 ------------------
 
 - od-templating: fix a crash when a xml element opens in a mustache tag and closes in
   another.
 
-0.3.1 (2020-03-10)
+0.3.1 (2021-03-10)
 ------------------
 
 - mjml: Fix a process crash when the mjml source is not a valid mjml document.
 
-0.3.0 (2020-03-09)
+0.3.0 (2021-03-09)
 ------------------
 
 - use the 'database' package provided by go-orusapi
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.2
+//  Version: 0.3.3
 //
 //  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.2"
+    "version": "0.3.3"
   },
   "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.2"
+    "version": "0.3.3"
   },
   "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.2
+  version: 0.3.3
 consumes:
 - application/io.orus.rednerd.v1+json
 - application/json