summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-04-06 13:09:56 +0100
committerErik Johnston <erik@matrix.org>2021-04-06 13:09:56 +0100
commit1d8863c67d3956c5d50baa0991595af8fc2525a2 (patch)
treeda29719a78b70733aaf791d9aaf0e0a42a4e83ba /synapse/__init__.py
parentAdd deprecation policy doc (#9723) (diff)
downloadsynapse-1d8863c67d3956c5d50baa0991595af8fc2525a2.tar.xz
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 419299bf01..1d2883acf6 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.31.0rc1"
+__version__ = "1.31.0"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when