Releases: matrix-org/matrix-python-common
Releases · matrix-org/matrix-python-common
v1.3.0
What's Changed
- Drop support for Python 3.6, which went end-of-life December 2021 by @anoadragon453 in #28
- Configure setuptools to automatically discover new modules under
src/matrix_common
by @anoadragon453 in #27 - Add a
MXCUri
class for representing Matrix media uri's by @anoadragon453 in #29
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Use
os.path.dirname
like the docstring suggests by @DMRobertson in #26
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Remove usedevelop from tox.ini by @V02460 in #18
- Move to src layout by @V02460 in #23
- Add CONTRIBUTING.md by @squahtx in #24
- Optionally allow a cwd for get_distribution_version_string by @DMRobertson in #25
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Port get_version_string
from Synapse.