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

7.0.1

parent 4a962b086393
No related branches found
No related tags found
1 merge request!137.0.1
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# - openerp to be installed # - openerp to be installed
# #
# Version 7.0.0 # Version 7.0.1
# assume we are called from the project home # assume we are called from the project home
project_home=$PWD project_home=$PWD
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# #
# - access to pg database # - access to pg database
# #
# Version 7.0.0 # Version 7.0.1
here=$(dirname $0) here=$(dirname $0)
source $here/common source $here/common
......
__version__ = "7.0.0" __version__ = "7.0.1"
__author__ = "XCG Consulting" __author__ = "XCG Consulting"
# expose some useful functions # expose some useful functions
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# #
# Either provide the name of the database (first argument) or it will default to <project>_test # 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. # The DB user can be overridden by setting ODOO_SCRIPTS_DB_USER.
# Version 7.0.0 # Version 7.0.1
here=$(dirname $0) here=$(dirname $0)
source $here/common source $here/common
......
[bumpversion] [bumpversion]
current_version = 7.0.0 current_version = 7.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = serialize =
{major}.{minor}.{patch} {major}.{minor}.{patch}
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
setup( setup(
name="odoo_scripts", name="odoo_scripts",
description="Collection of scripts for Odoo", description="Collection of scripts for Odoo",
version="7.0.0", version="7.0.1",
long_description=long_description, long_description=long_description,
long_description_content_type="text/x-rst", long_description_content_type="text/x-rst",
author="XCG Consulting", author="XCG Consulting",
......
...@@ -6,7 +6,7 @@ ...@@ -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) # 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 # ODOO_TYPE can be set instead of putting it in setup.cfg
# #
# Version 7.0.0 # Version 7.0.1
here=$(dirname $0) here=$(dirname $0)
source $here/common 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