Skip to content

Commit

Permalink
chg: dev: Bumping version to 1.9.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Antonio Hurtado Pimentel committed Sep 6, 2017
1 parent 2664262 commit c2c683c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"repo_name": "topology",
"short_description": "Network Topology Framework using NML, with support for pytest.",
"year": "2015-2016",
"version": "1.9.9"
"version": "1.9.10"
}
29 changes: 28 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,39 @@ License

Changelog
=========


1.9.10 (2017-09-06)
-------------------

Changes
~~~~~~~
- Extending connection and disconnection arguments. [Diego Antonio
Hurtado Pimentel]

Fix
~~~
- Refactoring _get_connection. [Diego Antonio Hurtado Pimentel]
- Removing support for Python 2.7. [Diego Antonio Hurtado Pimentel]
- Several fixes in the usage of the connection argument. [Diego Antonio
Hurtado Pimentel]

This intentionally breaks compatibility with Python 2.7 since it uses
syntax introduced in PEP 3102.
- Increase echo sleep 1 second. [Javier Peralta]


1.9.9 (2017-07-26)
------------------

New
~~~
- Adding support for sending control characters. [Diego Antonio Hurtado Pimentel]
- Adding support for sending control characters. [Diego Antonio Hurtado
Pimentel]

Changes
~~~~~~~
- Bumping version to 1.9.9. [Javier Peralta]

Fix
~~~
Expand Down
2 changes: 1 addition & 1 deletion lib/topology/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

__author__ = 'Hewlett Packard Enterprise Development LP'
__email__ = '[email protected]'
__version__ = '1.9.9'
__version__ = '1.9.10'

0 comments on commit c2c683c

Please sign in to comment.