This commit is contained in:
Julien Duponchelle 2015-08-03 18:52:22 +02:00
parent 06a6287dff
commit d942f52f7d
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Change Log # Change Log
## 1.3.9 03/08/2015
* Backport: removes code that deletes IOS router instance files.
## 1.3.8 27/07/2015 ## 1.3.8 27/07/2015
* Catch ProcessLookupError when updating iouyap config. Fixes #255. * Catch ProcessLookupError when updating iouyap config. Fixes #255.

View File

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