merge-requests/130/head v0.3.0
Jason Robinson 2016-04-13 18:47:30 +03:00
rodzic fd1f5385d3
commit 1411c1aadd
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
## [unreleased]
## [0.3.0] - 2016-04-13
### Added
- Support for generating [NodeInfo](http://nodeinfo.diaspora.software) documents using the generator `federation.hostmeta.generators.NodeInfo`. Strict validation is skipped by default, but can be enabled by passing in `raise_on_validate` to the `NodeInfo` class. By default a warning will be generated on documents that don't conform with the strict NodeInfo values. This can be disabled by passing in `skip_validate` to the class.

Wyświetl plik

@ -7,7 +7,7 @@ description = 'Python library for abstracting social federation protocols'
setup(
name='Social-Federation',
version='0.2.0',
version='0.3.0',
description=description,
long_description=description,
author='Jason Robinson',