diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-04 10:12:53 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-04 10:12:53 +0000 |
commit | 3f49d80dcf3043f6c5a06ca99aff3acb1fe1da22 (patch) | |
tree | 5010333446abf8fc3bc40fb87f7919e33f592c9c /synapse/__init__.py | |
parent | Fix additional type hints from Twisted upgrade. (#9518) (diff) | |
download | synapse-3f49d80dcf3043f6c5a06ca99aff3acb1fe1da22.tar.xz |
1.29.0rc1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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 |