diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-08-21 20:30:09 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-08-21 20:30:09 +0100 |
commit | a52f27699093e7273d55acace8a53f307bf7771e (patch) | |
tree | b0a1887bd2cd1e3cb9f1f320f6232465390c5313 /synapse/__init__.py | |
parent | Merge pull request #3727 from matrix-org/erikj/dont_error_on_missing_keys (diff) | |
parent | changelog (diff) | |
download | synapse-a52f27699093e7273d55acace8a53f307bf7771e.tar.xz |
Merge tag 'v0.33.3rc2' into develop
Bugfixes -------- - Fix bug in v0.33.3rc1 which caused infinite loops and OOMs ([\#3723](https://github.com/matrix-org/synapse/issues/3723))
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 a14d578e36..252c49ca82 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -17,4 +17,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.33.2" +__version__ = "0.33.3rc2" |