This commit is contained in:
grossmj 2016-02-19 14:17:54 -07:00
parent 90109e04aa
commit 80e15c86dc
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log # Change Log
## 1.4.3 19/02/2016
* Nothing! (changes made in the GUI only).
## 1.4.2 17/02/2016 ## 1.4.2 17/02/2016
* Fix missing format in IOU export * Fix missing format in IOU export
* Fix number of arguments to the UDP errors on VBOX * 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 # or negative for a release candidate or beta (after the base version
# number has been incremented) # number has been incremented)
__version__ = "1.4.3dev1" __version__ = "1.4.3"
__version_info__ = (1, 4, 3, -99) __version_info__ = (1, 4, 3, 0)