diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-01-30 16:31:07 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-01-30 16:31:07 +0000 |
commit | b8b898666e61a0151eb3c22653f5c5b3e2f47328 (patch) | |
tree | 1bcf24dc643066b2b9299d574525bad972f4432f /synapse | |
parent | Merge remote-tracking branch 'origin/develop' into release-v0.99.0 (diff) | |
download | synapse-b8b898666e61a0151eb3c22653f5c5b3e2f47328.tar.xz |
v0.99.0rc2 v0.99.0rc2
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 94d5f6e3b0..5da59aa924 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -27,4 +27,4 @@ try: except ImportError: pass -__version__ = "0.99.0rc1" +__version__ = "0.99.0rc2" |