Skip to content

Tags: matrix-org/matrix-python-common

Tags

v1.3.0

Toggle v1.3.0's commit message
v1.3.0

* 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

Toggle v1.2.1's commit message
Fix not using `os.cwd` in get_distribution_version_string.

An oversight in 1.2.0.

v1.2.0

Toggle v1.2.0's commit message
Optionally allow a cwd for get_distribution_version_string

See #25

v1.1.0

Toggle v1.1.0's commit message

Unverified

No user is associated with the committer email.
Bump package version

v1.0.0

Toggle v1.0.0's commit message
Initial release.

Add `glob_to_regex` and `to_word_pattern` from Synapse.