1.3.0 release

This commit is contained in:
Julien Duponchelle
2015-03-30 18:05:49 +02:00
parent 311ec1d5df
commit 27eca480d0
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.0 30/03/2015
* Fix etherswitch router
* Fix issues with progress dialog
* Fix save as
## 1.3.0rc2 23/03/2015
* Fix crash when in same occasion the project name is missing

View File

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