Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #197 from hdiogenes/master
Browse files Browse the repository at this point in the history
Version bump to 2018.2b3 + changelog
  • Loading branch information
beraldoleal authored Dec 14, 2018
2 parents c2a4416 + e505cd5 commit 18511d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Fixed
Security
========

[2018.2b3] - "ernesto" beta3 - 2018-11-14
*****************************************
Fixed
=====
- Enhanced error handling when installing invalid NApps
- Fixed Kytos skel location to be compliant with Debian policy


[2018.2b2] - "ernesto" beta2 - 2018-10-15
*****************************************
Added
Expand Down
2 changes: 1 addition & 1 deletion bin/kytos
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ logging.basicConfig(format='%(levelname)-5s %(message)s', level=logging.INFO)

if __name__ == '__main__':
args = docopt(__doc__,
version='kytos command line, version 2018.2b2',
version='kytos command line, version 2018.2b3',
options_first=True)
command = args['<command>']
command_args = args['<args>']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def run(self):


setup(name='kytos-utils',
version='2018.2b2',
version='2018.2b3',
description='Command line utilities to use with Kytos.',
url='http://github.com/kytos/kytos-utils',
author='Kytos Team',
Expand Down

0 comments on commit 18511d4

Please sign in to comment.