diff options
author | Sean Quah <seanq@element.io> | 2021-12-07 13:56:09 +0000 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2021-12-07 13:56:09 +0000 |
commit | 966b5d0fa0893c3b628c942dfc232e285417f46d (patch) | |
tree | ebae6caf62a796346e3737764ded75c4dc3fc8d8 /synapse/__init__.py | |
parent | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... (diff) | |
download | synapse-966b5d0fa0893c3b628c942dfc232e285417f46d.tar.xz |
1.49.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 3cd1ce6070..6369f18a53 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.48.0" +__version__ = "1.49.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 |