mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-28 08:54:44 +00:00
updted changelog, preparing for 0.7.12
This commit is contained in:
parent
4168a07bdc
commit
b9427a0a74
2 changed files with 8 additions and 1 deletions
7
CHANGES
7
CHANGES
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 7, 11)
|
||||
VERSION = (0, 7, 12)
|
||||
|
||||
|
||||
def get_version(svn=False, limit=3):
|
||||
|
|
|
|||
Loading…
Reference in a new issue