Version 1.3.3

pull/189/head v1.3.3
Julien Duponchelle 9 years ago
parent b2457e0b3b
commit 078b72cafd

@ -1,5 +1,12 @@
# Change Log
## 1.3.3 14/05/15
* Check for empty iourc path.
* Fixes bugs with IOS router configs. Fixes #354.
* Use a temporary directory as egg cache
* Catch crash error in IOU in case of permission denied
## 1.3.3rc1 07/05/2015
* Return an error if an adapter slot doesn't exist on an IOS router.

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

Loading…
Cancel
Save