diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-11-09 13:51:08 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-11-09 13:51:08 +0000 |
commit | dc5f52497463a6240404d9332bbc0f351f8e8e8e (patch) | |
tree | e2774fcfc077ef037b4fc3bbfefdb76372c7fd14 /synapse/__init__.py | |
parent | Changelog tweaks from review (diff) | |
download | synapse-dc5f52497463a6240404d9332bbc0f351f8e8e8e.tar.xz |
Update __init__.py v1.47.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 5ef34bce40..2206942e70 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.46.0" +__version__ = "1.47.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 |