diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 43b1448..2cadffa 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -11.0.20200127.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 76e094f..86b3d4d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -21,5 +21,6 @@ setuptools.setup( classifiers=[ 'Programming Language :: Python', 'Framework :: Odoo', + 'Framework :: Odoo :: 11.0', ] )