From de87e7e210adf6c29fabb0f1c1fe06ccb55d1aa2 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Wed, 13 Apr 2016 22:14:42 +0300 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c168c41..91047e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## [0.3.1] - 2016-04-13 ### Added - Support for generating `.well-known/nodeinfo` document, which was forgotten from the 0.3.0 release. Method `federation.hostmeta.generators.get_nodeinfo_well_known_document` does this task. It requires an `url` which should be the full base url of the host. Optionally `document_path` can be specified, but it is optional and defaults to the one in the NodeInfo spec. diff --git a/setup.py b/setup.py index 124068f..b8cf80f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ description = 'Python library for abstracting social federation protocols' setup( name='Social-Federation', - version='0.3.0', + version='0.3.1', description=description, long_description=description, author='Jason Robinson',