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 #179 from macartur/update_package_to_release_2018_…
Browse files Browse the repository at this point in the history
…1_b3

Update package to release 2018 1 b3
  • Loading branch information
beraldoleal authored Jun 15, 2018
2 parents 1e45406 + d4d7cde commit 6af3ba9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
9 changes: 5 additions & 4 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Authors
Contributors
------------

- Rogerio Motitsuki <[email protected]>
- Humberto Diógenes <[email protected]>
- Luan Gonçalves <[email protected]>
- Erick Vermot <[email protected]>
- Rogerio Motitsuki <rogerio.motitsuki AT gmail DOT com>
- Humberto Diógenes <hdiogenes AT gmail DOT com>
- Luan Gonçalves <luanlg.cco AT gmail DOT com>
- Erick Vermot <erick.vermot AT gmail DOT com>
- Vinicius Arcanjo <viniciusarcanjov AT gmail DOT com>
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ UNRELEASED - Under development
******************************
Added
=====
- `kytos napps reload <username>/<napp_name>` will reload the NApp code
- `kytos napps reload all` command to update the NApp code of all NApps

Changed
=======
Expand All @@ -25,6 +23,17 @@ Fixed
Security
========

[2018.1b3] - "dalva" beta3 - 2018-06-15
**************************************
Added
=====
- `kytos napps reload <username>/<napp_name>` will reload the NApp code
- `kytos napps reload all` command to update the NApp code of all NApps

Changed
=======
- Improved log error messages

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

if __name__ == '__main__':
args = docopt(__doc__,
version='kytos command line, version 2018.1b2',
version='kytos command line, version 2018.1b3',
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 @@ -144,7 +144,7 @@ def _create_data_files_directory():


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

0 comments on commit 6af3ba9

Please sign in to comment.