Merge pull request #112 from matrix-org/hotfixes-v0.8.1-r2

Hotfixes v0.8.1 r2
This commit is contained in:
Erik Johnston 2015-03-19 17:51:37 +00:00
commit 532ebc4a82
2 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.8.1-r1"
__version__ = "0.8.1-r2"

View File

@ -361,4 +361,5 @@ SERVLET_CLASSES = (
FederationInviteServlet,
FederationQueryAuthServlet,
FederationGetMissingEventsServlet,
FederationEventAuthServlet,
)