Compare commits

..

3 Commits

Author SHA1 Message Date
80e15c86dc 1.4.3 2016-02-19 14:17:54 -07:00
90109e04aa 1.4.3dev1 2016-02-18 17:46:38 +01:00
c36de3393d 1.4.3dev1 2016-02-17 19:40:23 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log
## 1.4.3 19/02/2016
* Nothing! (changes made in the GUI only).
## 1.4.2 17/02/2016
* Fix missing format in IOU export
* Fix number of arguments to the UDP errors on VBOX

View File

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