0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-05 20:28:55 +02:00
This commit is contained in:
Patrick Cloke 2020-04-23 10:59:10 -04:00
parent ba0aac5e44
commit ce9b62e13f
3 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Synapse 1.12.4 (2020-04-23)
===========================
No significant changes.
Synapse 1.12.4rc1 (2020-04-22)
==============================

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (1.12.4) stable; urgency=medium
* New synapse release 1.12.4.
-- Synapse Packaging team <packages@matrix.org> Thu, 23 Apr 2020 10:58:14 -0400
matrix-synapse-py3 (1.12.3) stable; urgency=medium
[ Richard van der Hoff ]

View file

@ -36,7 +36,7 @@ try:
except ImportError:
pass
__version__ = "1.12.4rc1"
__version__ = "1.12.4"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when