diff options
| -rw-r--r-- | CHANGELOG | 7 | ||||
| -rw-r--r-- | MAT/mat.py | 2 |
2 files changed, 8 insertions, 1 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 0.3.3 - 5jan2012 | ||
| 2 | * Settings can now be changed for already added files | ||
| 3 | * Improved the testsuite robustness | ||
| 4 | * Fix (hopefully) for good the setup.py | ||
| 5 | * Add the possibility to reduce produced pdf's quality and size | ||
| 6 | * Bugfixes | ||
| 7 | |||
| 1 | 0.3.2 - 27may2012 | 8 | 0.3.2 - 27may2012 |
| 2 | * Add localisation (new translations are welcome) | 9 | * Add localisation (new translations are welcome) |
| 3 | * Even more beter handling of missing libraries | 10 | * Even more beter handling of missing libraries |
| @@ -15,7 +15,7 @@ import hachoir_parser | |||
| 15 | 15 | ||
| 16 | import strippers | 16 | import strippers |
| 17 | 17 | ||
| 18 | __version__ = '0.3.2' | 18 | __version__ = '0.3.3' |
| 19 | __author__ = 'jvoisin' | 19 | __author__ = 'jvoisin' |
| 20 | 20 | ||
| 21 | #Silence | 21 | #Silence |
