diff --git a/docs/conf.py b/docs/conf.py index 2efa10453c1433dff2ec21e3105175944cf00f50..3a0f140c91715f291946f235877e6b16141c4eee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ copyright = '2022, Michele Chiari, Michele De Pascalis, Andrea Franchini' author = 'Michele Chiari, Michele De Pascalis, Andrea Franchini' # The full version, including alpha/beta/rc tags -release = '2.0.0' +release = '2.2.0' # -- General configuration --------------------------------------------------- diff --git a/mc_openapi/__init__.py b/mc_openapi/__init__.py index a33997dd1004d8fb312324a652e27fcab292f4eb..04188a16d9f5cb090be122ae5b3ac5f1253f9516 100644 --- a/mc_openapi/__init__.py +++ b/mc_openapi/__init__.py @@ -1 +1 @@ -__version__ = '2.1.0' +__version__ = '2.2.0'