summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-11 17:10:01 +0100
committerErik Johnston <erik@matrix.org>2019-06-11 17:10:01 +0100
commit97174780ce726962ca1beb3788b62f16e9fad270 (patch)
treee6e16b3fc40db3bf8d5bece185c1876b7e7f0cb1 /synapse/__init__.py
parentMerge pull request #5424 from matrix-org/erikj/change_password_reset_links (diff)
downloadsynapse-97174780ce726962ca1beb3788b62f16e9fad270.tar.xz
1.0.0 v1.0.0
Diffstat (limited to 'synapse/__init__.py')
-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"