diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-08-22 14:07:10 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-08-22 14:07:10 +0100 |
commit | 4e5a4549b68d3cbc8e74dda9025321c4b40b0222 (patch) | |
tree | 670abd646bcdf495a99e4d7e964b459c15c06c89 /synapse/__init__.py | |
parent | Update attributions and PR links in changelog (diff) | |
download | synapse-4e5a4549b68d3cbc8e74dda9025321c4b40b0222.tar.xz |
bump version to 0.33.3
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 252c49ca82..e62901b761 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.3rc2" +__version__ = "0.33.3" |