diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-08-02 15:31:04 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-08-02 15:31:04 +0100 |
commit | 14a4e7d5a4e3c90195a907aa9677c058f2932cdb (patch) | |
tree | 554460dff067fc237b5bf7065efa84ab9b14bbfe /synapse/__init__.py | |
parent | Merge pull request #3642 from matrix-org/rav/another_room_id_check (diff) | |
download | synapse-14a4e7d5a4e3c90195a907aa9677c058f2932cdb.tar.xz |
Prepare 0.33.1
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 5c0f2f83aa..1810cb6fcd 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.0" +__version__ = "0.33.1" |