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

5.0.0

parent 5c57c411de88
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# - openerp to be installed
#
# Version 4.2.1
# Version 5.0.0
# assume we are called from the project home
project_home=$PWD
......
......@@ -13,7 +13,7 @@
#
# - access to pg database
#
# Version 4.2.1
# Version 5.0.0
here=$(dirname $0)
# assume we are called from the project home
......
__version__ = "4.2.1"
__version__ = "5.0.0"
__author__ = "XCG Consulting"
# expose some useful functions
......
......@@ -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 overriden by setting ODOO_SCRIPTS_DB_USER.
# Version 4.2.1
# Version 5.0.0
here=$(dirname $0)
# assume we are called from the project home
project_home=$PWD
......
[bumpversion]
current_version = 4.2.1
current_version = 5.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
......@@ -18,4 +18,3 @@
[bumpversion:file:odoo_scripts/__init__.py]
[bumpversion:file:setup.py]
......@@ -6,7 +6,7 @@
setup(
name="odoo_scripts",
description="Collection of scripts for Odoo",
version="4.2.1",
version="5.0.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 4.2.1
# Version 5.0.0
# assume we are called from the project home
project_home=$PWD
......
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