changelog, preparing for 0.8.2

This commit is contained in:
Marco Bonetti 2018-03-01 14:03:13 +01:00
parent 6375cb4109
commit 0a6dfaeb32
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Version History
===============
Version 0.8.2 (unreleased)
--------------------------
* Avoid UnicodeEncodeError when quering strings (#197, thanks @YAtOff)
Version 0.8.1
-------------
* PR #194, thanks again @jbaldivieso!

View file

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