diff options
| author | jvoisin | 2013-01-08 20:30:57 +0100 |
|---|---|---|
| committer | jvoisin | 2013-01-08 20:30:57 +0100 |
| commit | bdb60772467b64e1a38c37a88875776a1b93ca00 (patch) | |
| tree | 98ca9aa144f1585b0df0f912a559a3771ff7bf3c | |
| parent | 7a745b56b41a0a86a51d841fa2d5fcd14f8f2de7 (diff) | |
mat 0.3.40.3.4
| -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.3.4 - 8jan2013 | ||
| 2 | * Bump dates | ||
| 3 | * Update localizations | ||
| 4 | * Refactor the way MAT's data are handled | ||
| 5 | |||
| 1 | 0.3.3 - 5jan2013 | 6 | 0.3.3 - 5jan2013 |
| 2 | * Settings can now be changed for already added files | 7 | * Settings can now be changed for already added files |
| 3 | * Improved the testsuite robustness | 8 | * Improved the testsuite robustness |
| @@ -15,7 +15,7 @@ import hachoir_parser | |||
| 15 | 15 | ||
| 16 | import strippers | 16 | import strippers |
| 17 | 17 | ||
| 18 | __version__ = '0.3.3' | 18 | __version__ = '0.3.4' |
| 19 | __author__ = 'jvoisin' | 19 | __author__ = 'jvoisin' |
| 20 | 20 | ||
| 21 | #Silence | 21 | #Silence |
