merge-requests/130/head v0.3.1
Jason Robinson 2016-04-13 22:14:42 +03:00
rodzic a04ab0b91b
commit de87e7e210
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

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