Merge pull request #98 from matrix-org/hotfixes-v0.7.1-r4

Hotfixes v0.7.1 r4
initial_sync_perf v0.7.1-r4
Erik Johnston 2015-03-03 14:50:36 +00:00
commit abbee6b29b
2 changed files with 3 additions and 3 deletions

View File

@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.7.1-r3"
__version__ = "0.7.1-r4"

View File

@ -36,8 +36,8 @@ DEPENDENCY_LINKS = [
),
github_link(
project="matrix-org/matrix-angular-sdk",
version="v0.6.3",
egg="matrix_angular_sdk-0.6.3",
version="v0.6.4",
egg="matrix_angular_sdk-0.6.4",
),
]