Merge branch 'master' of github.com:matrix-org/synapse into develop

pull/25/head
Erik Johnston 2014-11-27 17:30:31 +00:00
commit c4bdeb5f0e
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.5.3
0.5.3a

View File

@ -44,7 +44,7 @@ setup(
],
dependency_links=[
"https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2",
"https://github.com/pyca/pynacl/tarball/52dbe2dc33f1#egg=pynacl-0.3.0",
"https://github.com/pyca/pynacl/tarball/d4d3175589b892f6ea7c22f466e0e223853516fa#egg=pynacl-0.3.0",
"https://github.com/matrix-org/matrix-angular-sdk/tarball/v0.5.1/#egg=matrix_angular_sdk-0.5.1",
],
setup_requires=[

View File

@ -16,4 +16,4 @@
""" This is a reference implementation of a synapse home server.
"""
__version__ = "0.5.3"
__version__ = "0.5.3a"