diff options
| author | jvoisin | 2014-02-16 19:10:36 +0000 |
|---|---|---|
| committer | jvoisin | 2014-02-16 19:10:36 +0000 |
| commit | 4b98c4ef651a3cb05e21504f7c9477c49d393a70 (patch) | |
| tree | c287b9b730072b768331fe67ad9216cdd6fb033b | |
| parent | 6c634d07f347e95350af0fe7fff3c02a7ce928c7 (diff) | |
MAT 0.5.2-rc10.5.2-rc1
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | MAT/mat.py | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 0.5.2-rc1 - 16feb2014 | ||
| 2 | * Update translations | ||
| 3 | * Fix office-format handling | ||
| 4 | * The Cli now stops on unsupported fileformat | ||
| 5 | |||
| 1 | 0.5.1 - 28jan2014 | 6 | 0.5.1 - 28jan2014 |
| 2 | * Update translations | 7 | * Update translations |
| 3 | * Fix some minor bugs | 8 | * Fix some minor bugs |
| @@ -14,7 +14,7 @@ import hachoir_parser | |||
| 14 | 14 | ||
| 15 | import MAT.exceptions | 15 | import MAT.exceptions |
| 16 | 16 | ||
| 17 | __version__ = '0.5.1' | 17 | __version__ = '0.5.2-rc1' |
| 18 | __author__ = 'jvoisin' | 18 | __author__ = 'jvoisin' |
| 19 | 19 | ||
| 20 | #Silence | 20 | #Silence |
