Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from ajoaoff/version-bump-2022.1.0
Browse files Browse the repository at this point in the history
Version bump to 2022.1.0
  • Loading branch information
Antonio Francisco authored Feb 3, 2022
2 parents c7ce05e + f8580c6 commit fbe5390
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
********************

Expand Down
2 changes: 1 addition & 1 deletion kytos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fbe5390

Please sign in to comment.