Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b26d85c

Browse files
committed
Merge branch 'hotfixes-0.8.1a' of github.com:matrix-org/synapse
2 parents d028207 + 0dcb145 commit b26d85c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def exec_file(path_segments):
4545
version=version,
4646
packages=find_packages(exclude=["tests", "tests.*"]),
4747
description="Reference Synapse Home Server",
48-
install_requires=dependencies["REQUIREMENTS"].keys(),
48+
install_requires=dependencies['requirements'](include_conditional=True).keys(),
4949
setup_requires=[
5050
"Twisted==14.0.2", # Here to override setuptools_trial's dependency on Twisted>=2.4.0
5151
"setuptools_trial",

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
""" This is a reference implementation of a Matrix home server.
1717
"""
1818

19-
__version__ = "0.8.1"
19+
__version__ = "0.8.1-r1"

0 commit comments

Comments
 (0)