From 1b991a455545c6de83ca91dc125d6474d9b42736 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Sun, 24 Jul 2016 22:06:18 +0300 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 2 +- federation/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a939a7..c67d340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## [0.4.0] - 2016-07-24 ## Breaking changes - While in early stages, doing some renaming of modules to suit the longer term. `federation.controllers` has been split into two, `federation.outbound` and `federation.inbound`. The following methods have new import locations: diff --git a/federation/__init__.py b/federation/__init__.py index f9aa3e1..6a9beea 100644 --- a/federation/__init__.py +++ b/federation/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.4.0"