Skip to content

Tags

Tags give the ability to mark specific points in history as being important
This project is mirrored from https://github.com/matrix-org/matrix-python-common. Pull mirroring updated .
  • v1.3.0
    6efb256e · v1.3.0 ·
    v1.3.0
    
    * Drop support for Python 3.6, which went end-of-life December 2021 by
      @anoadragon453 in
      https://github.com/matrix-org/matrix-python-common/pull/28
    * Configure setuptools to automatically discover new modules under
      `src/matrix_common` by @anoadragon453 in https://github.com/matrix-org/matrix-python-common/pull/27
    * Add a `MXCUri` class for representing Matrix media uri's by
      @anoadragon453 in https://github.com/matrix-org/matrix-python-common/pull/29
    
    **Full Changelog**: https://github.com/matrix-org/matrix-python-common/compare/v1.2.1...v1.3.0
    
  • v1.2.1
    721e8dcb · v1.2.1 ·
    Fix not using `os.cwd` in get_distribution_version_string.
    
    An oversight in 1.2.0.
    
  • v1.2.0
    5684c6eb · v1.2.0 ·
    Optionally allow a cwd for get_distribution_version_string
    
    See https://github.com/matrix-org/matrix-python-common/pull/25
    
  • v1.1.0
    6121a739 · Bump package version ·
  • v1.0.0
    Initial release.
    Add `glob_to_regex` and `to_word_pattern` from Synapse.