updted changelog, preparing for 0.7.12

This commit is contained in:
Marco Bonetti 2016-05-21 15:44:58 +02:00
parent 4168a07bdc
commit b9427a0a74
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
Version History
===============
Version 0.7.12 (unreleased)
---------------------------
* Fix IndexError in fix_nls when translation is just a carriage return (PR #168, thanks @nealtodd)
* Remove float formatting of integer percent translated (PR #171, thanks @nealtodd)
* Fixed a comment (PR #170, thanks @dnaranjo89)
Version 0.7.11
--------------
* Make MO file compilation optional (PR #166, Issue #155, thanks @nealtodd)

View file

@ -1,4 +1,4 @@
VERSION = (0, 7, 11)
VERSION = (0, 7, 12)
def get_version(svn=False, limit=3):