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',