merge-requests/130/head v0.6.0
Jason Robinson 2016-09-13 12:07:20 +03:00
rodzic 9617a6e56b
commit 054f2b60e0
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
## [unreleased]
## [0.6.0] - 2016-09-13
### Added
* New style Diaspora Magic Envelope support. The magic envelope can be created using the class `federation.protocols.diaspora.magic_envelope.MagicEnvelope`. By default this will not wrap the payload message in `<XML><post></post></XML>`. To provide that functionality the class should be initialized with `wrap_payload=True`. No changes are made to the protocol send methods yet, if you need this new magic envelope you can initialize and render it directly.

Wyświetl plik

@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.6.0"