kopia lustrzana https://gitlab.com/jaywink/federation
rodzic
a04ab0b91b
commit
de87e7e210
|
@ -1,4 +1,4 @@
|
||||||
## [unreleased]
|
## [0.3.1] - 2016-04-13
|
||||||
|
|
||||||
### Added
|
### 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.
|
- 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.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ description = 'Python library for abstracting social federation protocols'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Social-Federation',
|
name='Social-Federation',
|
||||||
version='0.3.0',
|
version='0.3.1',
|
||||||
description=description,
|
description=description,
|
||||||
long_description=description,
|
long_description=description,
|
||||||
author='Jason Robinson',
|
author='Jason Robinson',
|
||||||
|
|
Ładowanie…
Reference in New Issue