merge-requests/130/head v0.4.1
Jason Robinson 2016-09-04 23:15:39 +03:00
rodzic 5e5ed49967
commit b2011b3fac
4 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
## [unreleased] ## [0.4.1] - 2016-09-04
## Fixes ## Fixes

Wyświetl plik

@ -2,9 +2,7 @@
# Social-Federation # Social-Federation
Python library to abstract social federation protocols. Python library to abstract social federation protocols. Currently supports a subset of the Diaspora protocol with full support intended, and additional protocols after that.
Aims to first support Diaspora and then the W3C SocialWG ActivityPub protocol.
## Requirements ## Requirements

Wyświetl plik

@ -1 +1 @@
__version__ = "0.4.0" __version__ = "0.4.1"

Wyświetl plik

@ -43,5 +43,5 @@ setup(
'Topic :: Communications', 'Topic :: Communications',
'Topic :: Internet', 'Topic :: Internet',
], ],
keywords='federation diaspora activitypub social', keywords='federation diaspora federate social',
) )