0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-30 08:28:19 +02:00

Merge branch 'master' into develop

This commit is contained in:
Neil Johnson 2019-05-22 15:56:55 +01:00
commit ae5521be9c
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Synapse 0.99.5 (2019-05-22)
===========================
No significant changes.
Synapse 0.99.5rc1 (2019-05-21)
==============================

4
debian/changelog vendored
View file

@ -1,3 +1,7 @@
matrix-synapse-py3 (0.99.5) stable; urgency=medium
* New synapse release 0.99.5.
matrix-synapse-py3 (0.99.4) stable; urgency=medium
[ Christoph Müller ]

View file

@ -27,4 +27,4 @@ try:
except ImportError:
pass
__version__ = "0.99.5rc1"
__version__ = "0.99.5"