Skip to content
Snippets Groups Projects
Commit c01eb560e178 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

16.5.0

parent 023e0a13be48
No related branches found
Tags 16.5.0
1 merge request!116🚑 Fix path used when running chown in the image, it was using /var/lib/odoo...
[bumpversion]
current_version = 16.4.0
current_version = 16.5.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
......
......@@ -7,7 +7,7 @@
# - openerp to be installed
#
# Version 16.4.0
# Version 16.5.0
here=$(dirname $0)
source $here/common
......
......@@ -13,7 +13,7 @@
#
# - access to pg database
#
# Version 16.4.0
# Version 16.5.0
here=$(dirname $0)
source $here/common
......
......@@ -22,7 +22,7 @@
author = "Vincent Hatakeyama"
# The full version, including alpha/beta/rc tags
release = "16.4.0"
release = "16.5.0"
# -- General configuration ---------------------------------------------------
......
"""Odoo Scripts"""
__version__ = "16.4.0"
__version__ = "16.5.0"
__author__ = "XCG Consulting"
# expose some useful functions
......
[project]
name = "odoo_scripts"
version = "16.4.0"
version = "16.5.0"
description = "Collection of scripts for Odoo"
readme = "README.rst"
requires-python = ">=3.6"
......
......@@ -5,7 +5,7 @@
#
# Either provide the name of the database (first argument) or it will default to <project>_test
# The DB user can be overridden by setting ODOO_SCRIPTS_DB_USER.
# Version 16.4.0
# Version 16.5.0
here=$(dirname $0)
source $here/common
......
......@@ -6,7 +6,7 @@
setup(
name="odoo_scripts",
description="Collection of scripts for Odoo",
version="16.4.0",
version="16.5.0",
long_description=long_description,
long_description_content_type="text/x-rst",
author="XCG Consulting",
......
......@@ -6,7 +6,7 @@
# You can set ODOO_DATA_DIR and ODOO_DB_HOST if you want to avoid using the default value ($HOME/var/tmp and localhost)
# ODOO_TYPE can be set instead of putting it in setup.cfg
#
# Version 16.4.0
# Version 16.5.0
here=$(dirname $0)
source $here/common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment