From a6ba7ee87e67da03b9859788e17400afc39f83b0 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 30 Oct 2015 16:31:51 +0100 Subject: [PATCH] [FIX] Change version in __init__.py --- openupgradelib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openupgradelib/__init__.py b/openupgradelib/__init__.py index e67a41d2..4cd0717a 100755 --- a/openupgradelib/__init__.py +++ b/openupgradelib/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Odoo Community Association (OCA)' __email__ = 'support@odoo-community.org' -__version__ = '1.1.0' +__version__ = '1.1.1' __doc__ = """A library with support functions to be called from Odoo \ migration scripts.""" __license__ = "AGPL-3"