Skip to content
Snippets Groups Projects
Commit b26d85c3 authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge branch 'hotfixes-0.8.1a' of github.com:matrix-org/synapse

parents d028207a 0dcb145c
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ setup(
version=version,
packages=find_packages(exclude=["tests", "tests.*"]),
description="Reference Synapse Home Server",
install_requires=dependencies["REQUIREMENTS"].keys(),
install_requires=dependencies['requirements'](include_conditional=True).keys(),
setup_requires=[
"Twisted==14.0.2", # Here to override setuptools_trial's dependency on Twisted>=2.4.0
"setuptools_trial",
......
......@@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server.
"""
__version__ = "0.8.1"
__version__ = "0.8.1-r1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment