Prepare 1.3.1rc2

This commit is contained in:
Julien Duponchelle 2015-04-06 21:34:22 +02:00
parent 7efb7c2978
commit 4189089e1b
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Change Log # Change Log
## 1.3.1rc2 06/04/2015
* Do not overwrite initial-config IOU if client send an empty
* Fix documentation about /ports/udp
## 1.3.1rc1 05/04/2015 ## 1.3.1rc1 05/04/2015
* Fix issues with macos X dynamips not freeing UDP port * Fix issues with macos X dynamips not freeing UDP port

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.1.rc1" __version__ = "1.3.1.rc2"
__version_info__ = (1, 3, 0, 99) __version_info__ = (1, 3, 0, 99)