0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-06 12:48:58 +02:00
This commit is contained in:
Richard van der Hoff 2019-05-03 18:56:24 +01:00
parent 0b5cf95607
commit fa21455e08
4 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,12 @@
Synapse 0.99.3.2 (2019-05-03)
=============================
Internal Changes
----------------
- Ensure that we have `urllib3` <1.25, to resolve incompatibility with `requests`. ([\#5135](https://github.com/matrix-org/synapse/issues/5135))
Synapse 0.99.3.1 (2019-05-03)
=============================

View file

@ -1 +0,0 @@
Ensure that we have `urllib3` <1.25, to resolve incompatibility with `requests`.

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
matrix-synapse-py3 (0.99.3.2) stable; urgency=medium
* New synapse release 0.99.3.2.
-- Synapse Packaging team <packages@matrix.org> Fri, 03 May 2019 18:56:20 +0100
matrix-synapse-py3 (0.99.3.1) stable; urgency=medium
* New synapse release 0.99.3.1.

View file

@ -27,4 +27,4 @@ try:
except ImportError:
pass
__version__ = "0.99.3.1"
__version__ = "0.99.3.2"