diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index e5f42f6f44..3a4dd3ca5b 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20210703.0 \ No newline at end of file +12.0.20211016.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c4bdb7facf..c40061e836 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -46,5 +46,6 @@ classifiers=[ 'Programming Language :: Python', 'Framework :: Odoo', + 'Framework :: Odoo :: 12.0', ] )