merge-requests/130/head v0.13.0
Jason Robinson 2017-07-22 00:03:15 +03:00
rodzic b5b05444d7
commit f0eba0e3d1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Changelog
## [unreleased]
## [0.13.0] - 2017-07-22
### Backwards incompatible changes
* When processing Diaspora payloads, entity used to get a `_source_object` stored to it. This was an `etree.Element` created from the source object. Due to serialization issues in applications (for example pushing the object to a task queue or saving to database), `_source_object` is now a byte string representation for the element done with `etree.tostring()`.

Wyświetl plik

@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.13.0"