summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-12-09 10:41:39 +0000
committerErik Johnston <erik@matrix.org>2020-12-09 11:07:41 +0000
commit1cec3d145770b52a7588cdf9df552189da634c5f (patch)
tree70dfbbd5b219a011ff2661edfcd5ed9c9a0a03bb /synapse/__init__.py
parentFix installing pysaml2 on Python 3.5. (#8898) (diff)
downloadsynapse-1cec3d145770b52a7588cdf9df552189da634c5f.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 65c1f5aa3f..c38a8f613d 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.23.0"
+__version__ = "1.23.1"
 
 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