summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-11 17:25:54 +0100
committerErik Johnston <erik@matrix.org>2019-06-11 17:25:54 +0100
commit6dbd4987728b9fcf853b71fd50cd4d5f943fce85 (patch)
tree0a64975c495d88e451dd5902e82c7f72076afb11 /synapse
parentMerge branch 'release-v1.0.0' of github.com:matrix-org/synapse into matrix-or... (diff)
parent1.0.0 (diff)
downloadsynapse-6dbd4987728b9fcf853b71fd50cd4d5f943fce85.tar.xz
Merge branch 'master' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 9c75a0a27f..5bc24863d9 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -27,4 +27,4 @@ try: except ImportError: pass -__version__ = "1.0.0rc3" +__version__ = "1.0.0"