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 #162 from renanrodrigo/release-candi
Browse files Browse the repository at this point in the history
Update to Chico Stable
  • Loading branch information
beraldoleal authored Dec 21, 2017
2 parents 9f108f7 + 27dac20 commit f8c14b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change log
##########
This is a log of changes made to the *kytos-utils* project.

[2017.2rc1] - "chico" release candidate 1 - 2017-12-15
******************************************************
[2017.2] - "chico" - 2017-12-21
*******************************
Added
=====
- `kytos web update` command to update the Kytos Web User Interface to the
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 2017.2rc1',
version='kytos command line, version 2017.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 @@ -144,7 +144,7 @@ def _create_data_files_directory():


setup(name='kytos-utils',
version='2017.2rc1',
version='2017.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 f8c14b8

Please sign in to comment.