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

Commit

Permalink
ernesto release. Thanks to everyone.
Browse files Browse the repository at this point in the history
  • Loading branch information
beraldoleal committed Dec 30, 2018
1 parent 6c6c96f commit 1f726b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Fixed
Security
========

[2018.2] - "ernesto" - 2018-12-30
*********************************

- This the "ernesto" stable release, based on our last pre-releases.

[2018.2rc1] - "ernesto" rc - 2018-12-21
*****************************************
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.2rc1',
version='kytos command line, version 2018.2',
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.2rc1',
version='2018.2',
description='Command line utilities to use with Kytos.',
url='http://github.com/kytos/kytos-utils',
author='Kytos Team',
Expand Down

0 comments on commit 1f726b7

Please sign in to comment.