Skip to content

Commit

Permalink
Merge pull request #4 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 e4d9030 + b4a3628 commit bf3f799
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ Security
Changed
=======

2022.1.0 - 2022-02-02
*********************

Changed
=======
- Updated README to reflect the change from Kytos to Kytos NG.
- New versioning schema, following kytos core versioning

Fixed
=====
- Fixed dependencies versions


[1.1] - 2021-04-22
******************
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": "kronos",
"description": "NApp to store time series data",
"version": "1.1",
"version": "2022.1.0",
"napp_dependencies": [],
"license": "",
"tags": [],
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 = 'kronos'
NAPP_VERSION = '1.1'
NAPP_VERSION = '2022.1.0'

# Kytos var folder
VAR_PATH = BASE_ENV / 'var' / 'lib' / 'kytos'
Expand Down

0 comments on commit bf3f799

Please sign in to comment.