summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-11-18 11:41:41 +0000
committerErik Johnston <erik@matrix.org>2020-11-18 11:41:41 +0000
commitef366720d5745dac48a87802a40d5cb359b92e4b (patch)
tree8a5859e9fb83e925b8fccb451be5c769b148a642 /synapse/__init__.py
parentCap the version of prometheus_client to <v0.9.0 in the dockerfile (#8767) (diff)
downloadsynapse-ef366720d5745dac48a87802a40d5cb359b92e4b.tar.xz
1.23.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 537f2239e5..65c1f5aa3f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.23.0rc1"
+__version__ = "1.23.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