From 3035851cc3f400db5b3ffd17c8d4fbba59194fab Mon Sep 17 00:00:00 2001 From: Andrea Franchini <hello@andreafranchini.com> Date: Thu, 16 Mar 2023 14:04:44 +0100 Subject: [PATCH] bump version --- docs/conf.py | 2 +- mc_openapi/openapi/model_checker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3a0f140..ad093f1 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.2.0' +release = '2.2.1' # -- General configuration --------------------------------------------------- diff --git a/mc_openapi/openapi/model_checker.yaml b/mc_openapi/openapi/model_checker.yaml index 57d3261..6f4e6a4 100644 --- a/mc_openapi/openapi/model_checker.yaml +++ b/mc_openapi/openapi/model_checker.yaml @@ -3,7 +3,7 @@ info: license: name: Apache-2.0 title: PIACERE Model Checker - version: "2.2.0" + version: "2.2.1" paths: /modelcheck: post: -- GitLab