# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1623142307 -7200 # Tue Jun 08 10:51:47 2021 +0200 # Branch 13.0 # Node ID 5456cb683a09802b64de7e494b04e487a0b7fa88 # Parent 31c049ac1510164672726cf1506c322463918c0a 1.1.1 diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,10 @@ History ******* +1.1.1 +===== + +Added CI configuration 1.1 === diff --git a/__manifest__.py b/__manifest__.py --- a/__manifest__.py +++ b/__manifest__.py @@ -22,7 +22,7 @@ "name": "Converter", "license": "AGPL-3", "summary": ("Convert odoo records to/from plain data structures."), - "version": "1.1", + "version": "1.1.1", "category": "Hidden", "author": "XCG Consulting", "website": "http://odoo.consulting/",