diff options
| author | jvoisin | 2012-05-27 13:44:58 +0200 |
|---|---|---|
| committer | jvoisin | 2012-05-27 13:44:58 +0200 |
| commit | cc86a2cc789773d903d5a3b2bd7593303d3b3bfa (patch) | |
| tree | 2243fb4a0d680b388db61e9a82c6268c9db85b54 | |
| parent | 907e5e7cc2152c07ed6cbf3846a808be433f0eb9 (diff) | |
0.3.20.3.2
Diffstat (limited to '')
| -rw-r--r-- | CHANGELOG | 7 | ||||
| -rw-r--r-- | lib/mat.py | 2 |
2 files changed, 7 insertions, 2 deletions
| @@ -1,4 +1,9 @@ | |||
| 1 | 0.3.1 - 06may2012 | 1 | 0.3.2 - 27may2012 |
| 2 | * Add localisation (new translations are welcome) | ||
| 3 | * Even more beter handling of missing libraries | ||
| 4 | * Fix path relation bug | ||
| 5 | |||
| 6 | 0.3.1 - 06may2012 - bugfix release | ||
| 2 | * Better handling of missing libraries | 7 | * Better handling of missing libraries |
| 3 | * Improve the setup.py | 8 | * Improve the setup.py |
| 4 | * Bugfixes | 9 | * Bugfixes |
| @@ -15,7 +15,7 @@ import hachoir_parser | |||
| 15 | 15 | ||
| 16 | import strippers | 16 | import strippers |
| 17 | 17 | ||
| 18 | __version__ = '0.3.1' | 18 | __version__ = '0.3.2' |
| 19 | __author__ = 'jvoisin' | 19 | __author__ = 'jvoisin' |
| 20 | 20 | ||
| 21 | #Silence | 21 | #Silence |
