From c68ee854f9d2f5c957d50f049b5bb31a7a70e00d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 16 Oct 2021 05:08:20 +0000 Subject: [PATCH] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 101e65658..2cadffacc 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -11.0.20210108.0 \ No newline at end of file +11.0.20211016.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 2831460cc..8362e608c 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -38,5 +38,6 @@ setuptools.setup( classifiers=[ 'Programming Language :: Python', 'Framework :: Odoo', + 'Framework :: Odoo :: 11.0', ] )