diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-09-06 13:05:22 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-09-06 13:05:22 +0100 |
commit | 4f8baab0c47432401036e639e12d65257bd6bb3d (patch) | |
tree | 1570528894d933a533b2a3fda13b65fc32ac218f /synapse/__init__.py | |
parent | Merge pull request #3790 from matrix-org/rav/respect_event_format_in_filter (diff) | |
parent | Merge tag 'v0.33.3.1' (diff) | |
download | synapse-4f8baab0c47432401036e639e12d65257bd6bb3d.tar.xz |
Merge branch 'master' into develop
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 e62901b761..e395a0a9ee 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.3" +__version__ = "0.33.3.1" |