summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-04 10:12:53 +0000
committerErik Johnston <erik@matrix.org>2021-03-04 10:12:53 +0000
commit3f49d80dcf3043f6c5a06ca99aff3acb1fe1da22 (patch)
tree5010333446abf8fc3bc40fb87f7919e33f592c9c /synapse/__init__.py
parentFix additional type hints from Twisted upgrade. (#9518) (diff)
downloadsynapse-3f49d80dcf3043f6c5a06ca99aff3acb1fe1da22.tar.xz
1.29.0rc1
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 869e860fb0..2c24d4ae03 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.28.0"
+__version__ = "1.29.0rc1"
 
 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