diff options
| author | jvoisin | 2014-01-28 01:09:57 +0000 |
|---|---|---|
| committer | jvoisin | 2014-01-28 01:09:57 +0000 |
| commit | 4ac7cda59cf9a01d820b2a280db6174782715a4b (patch) | |
| tree | 1cffb81e9f2493499667a970a5213c1aba14a1a2 | |
| parent | d78289693244ef81c6dfc1bbc6d3adbeef498c92 (diff) | |
MAT 0.5.10.5.1
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | MAT/mat.py | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 0.5.1 - 28jan2014 | ||
| 2 | * Update translations | ||
| 3 | * Fix some minor bugs | ||
| 4 | |||
| 1 | 0.5 - 19jan2014 | 5 | 0.5 - 19jan2014 |
| 2 | * Support for zip archives | 6 | * Support for zip archives |
| 3 | * Support for tar.gz archives | 7 | * Support for tar.gz archives |
| @@ -14,7 +14,7 @@ import hachoir_parser | |||
| 14 | 14 | ||
| 15 | import MAT.exceptions | 15 | import MAT.exceptions |
| 16 | 16 | ||
| 17 | __version__ = '0.5' | 17 | __version__ = '0.5.1' |
| 18 | __author__ = 'jvoisin' | 18 | __author__ = 'jvoisin' |
| 19 | 19 | ||
| 20 | #Silence | 20 | #Silence |
