version bump to 0.8.1

This commit is contained in:
Marco Bonetti 2018-01-10 21:23:49 +01:00
parent a701097073
commit ba91431587
2 changed files with 9 additions and 1 deletions

View file

@ -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:

View file

@ -1,4 +1,4 @@
VERSION = (0, 8, 0)
VERSION = (0, 8, 1)
default_app_config = "rosetta.apps.RosettaAppConfig"