diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index f7a8fb33..3a4dd3ca 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20210820.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 47b83d56..fa9713c2 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -23,5 +23,6 @@ setuptools.setup( classifiers=[ 'Programming Language :: Python', 'Framework :: Odoo', + 'Framework :: Odoo :: 12.0', ] )