From dae45fc60945b70126aea4e7ce534ad5773d46f5 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Sat, 10 Dec 2016 12:48:08 +0200 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 2 +- federation/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c80ac67..a005695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [0.9.0] - 2016-12-10 ### Backwards incompatible changes * `Image` no longer has a `text` attribute. It is replaced by `raw_content`, the same attribute as `Post` and `Comment` have. Unlike the latter two, `Image.raw_content` is not mandatory. diff --git a/federation/__init__.py b/federation/__init__.py index deded32..3e2f46a 100644 --- a/federation/__init__.py +++ b/federation/__init__.py @@ -1 +1 @@ -__version__ = "0.8.2" +__version__ = "0.9.0"