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