mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-26 16:04:43 +00:00
changelog, preparing for 0.8.2
This commit is contained in:
parent
6375cb4109
commit
0a6dfaeb32
2 changed files with 6 additions and 1 deletions
5
CHANGES
5
CHANGES
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 8, 1)
|
||||
VERSION = (0, 8, 2)
|
||||
default_app_config = "rosetta.apps.RosettaAppConfig"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue