diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-09-04 21:12:04 +1000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-09-04 21:12:04 +1000 |
commit | 7e9ced417846307d88075ed34d7764717a32def0 (patch) | |
tree | 559d631f3a3203bb9ec7a01b80aacce6fb3e95eb /synapse | |
parent | Fix tests on postgresql (#3740) (diff) | |
download | synapse-7e9ced417846307d88075ed34d7764717a32def0.tar.xz |
version and towncrier v0.33.4rc1
Diffstat (limited to 'synapse')
-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..2c42893673 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.4rc1" |