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

Wyświetl plik

@ -2,9 +2,7 @@
# Social-Federation
Python library to abstract social federation protocols.
Aims to first support Diaspora and then the W3C SocialWG ActivityPub protocol.
Python library to abstract social federation protocols. Currently supports a subset of the Diaspora protocol with full support intended, and additional protocols after that.
## 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 :: Internet',
],
keywords='federation diaspora activitypub social',
keywords='federation diaspora federate social',
)