Skip to content

Commit

Permalink
Merge pull request #39 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 2, 2022
2 parents 21298c0 + fa0b4c3 commit 59051df
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 @@ -23,6 +23,15 @@ Fixed
Security
========


[2022.1.0] - 2022-02-02
***********************

Changed
=======
- New versioning schema, following kytos core versioning


[1.3.1] - 2022-01-21
********************

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": "of_lldp",
"description": "Discover network-to-network interfaces (NNIs) using the LLDP protocol.",
"version": "1.3.1",
"version": "2022.1.0",
"napp_dependencies": ["kytos/of_core", "kytos/flow_manager", "kytos/topology"],
"license": "MIT",
"url": "https://github.com/kytos/of_lldp.git",
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 = 'of_lldp'
NAPP_VERSION = '1.3.1'
NAPP_VERSION = '2022.1.0'

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

0 comments on commit 59051df

Please sign in to comment.