diff options
| -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 |
