diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-08 13:52:13 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-08 13:52:13 +0000 |
commit | 15c788e22d87de8f9780d2c8a7304fc0e7d506ab (patch) | |
tree | b605781d2aaf268d05ca60c815d177e18ba3313d /synapse/__init__.py | |
parent | Fix link in UPGRADES (diff) | |
download | synapse-15c788e22d87de8f9780d2c8a7304fc0e7d506ab.tar.xz |
1.29.0
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 2c24d4ae03..56ca888862 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.29.0rc1" +__version__ = "1.29.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 |