Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywink committed Jul 21, 2017
1 parent b5b0544 commit f0eba0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion federation/__init__.py
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.13.0"

0 comments on commit f0eba0e

Please sign in to comment.