mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-12 07:13:10 +00:00
version bump to 0.8.1
This commit is contained in:
parent
a701097073
commit
ba91431587
2 changed files with 9 additions and 1 deletions
8
CHANGES
8
CHANGES
|
|
@ -1,6 +1,14 @@
|
|||
Version History
|
||||
===============
|
||||
|
||||
Version 0.8.1
|
||||
-------------
|
||||
* PR #194, thanks again @jbaldivieso!
|
||||
|
||||
* Allow searching for plural strings, both in the original and translation. (Fixes #186)
|
||||
* HTML-encoding ampersands in the template (minor regression introduced with 0.8.0)
|
||||
* Stop showing "None" in the search input if there was no search query submitted
|
||||
|
||||
Version 0.8.0
|
||||
--------------
|
||||
* PR #194, huge thanks to @jbaldivieso:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 8, 0)
|
||||
VERSION = (0, 8, 1)
|
||||
default_app_config = "rosetta.apps.RosettaAppConfig"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue