pull/271/head
Julien Duponchelle 9 years ago
parent 94fbd3fac9
commit d88c5648de

@ -1,5 +1,17 @@
# Change Log
## 1.3.5 16/06/15
* Ignore invalid characters when reading the output of a process
* Turn on / off authentication
* Ensure no colored output on Windows
* Do not stop saving IOS router configs when there is an exception while a project is committed.
* Create a private config file if expected
* Distribute our own version of netifaces working with python 3
* Fix crash if a private config exist in IOS but no private config file
* Basic Auth support
* Fix crash when virtualbox list of VMS return an empty line
## 1.3.4 02/06/15
* Drop useless dependencie dateutil

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.3.5dev1"
__version_info__ = (1, 3, 5, -99)
__version__ = "1.3.5"
__version_info__ = (1, 3, 5, 0)

Loading…
Cancel
Save