From f8580c62c51e7c70d99c41f270609654192c8969 Mon Sep 17 00:00:00 2001 From: Antonio Francisco Date: Thu, 3 Feb 2022 20:59:16 -0300 Subject: [PATCH] Version bump to 2022.1.0 --- CHANGELOG.rst | 9 +++++++++ kytos.json | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 55d0ffa..9853d41 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,6 +25,15 @@ Security ======== +[2022.1.0] - 2022-02-03 +*********************** + +Changed +======= +- New versioning schema, following kytos core versioning +- Updated requirements versions + + [1.3.2] - 2021-02-08 ******************** diff --git a/kytos.json b/kytos.json index f6c196c..effd859 100644 --- a/kytos.json +++ b/kytos.json @@ -3,7 +3,7 @@ "username": "kytos", "name": "storehouse", "description": "Persistence NApp with support for multiple backends", - "version": "1.3.2", + "version": "2022.1.0", "napp_dependencies": [], "license": "MIT", "tags": ["persistency", "storage"], diff --git a/setup.py b/setup.py index 0e3d57e..bfd544d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ BASE_ENV = Path(os.environ.get('VIRTUAL_ENV', '/')) NAPP_NAME = 'storehouse' -NAPP_VERSION = '1.3.2' +NAPP_VERSION = '2022.1.0' # Kytos var folder VAR_PATH = BASE_ENV / 'var' / 'lib' / 'kytos'