From 42fce2493f3e3ba3861e04f9e0cc25b756e1555d Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Thu, 15 Sep 2016 23:54:42 +0300 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 2 +- federation/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7864683..764fc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## [0.7.0] - 2016-09-15 ### Backwards incompatible changes * Made `guid` mandatory for `Profile` entity. Library users should always be able to get a full validated object as we consider `guid` a core attribute of a profile. diff --git a/federation/__init__.py b/federation/__init__.py index 43c4ab0..49e0fc1 100644 --- a/federation/__init__.py +++ b/federation/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.7.0"