Merge branch 'matrix-org:master' into alex-thumbnails

This commit is contained in:
Alex Manning 2021-05-14 13:30:51 +01:00
commit 4cd28da781
4 changed files with 11 additions and 3 deletions

View File

@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.9.3 2021-05-14
### Changed
- [[#73f68c7]] Bump the allowed nio version
[73f68c7]: https://github.com/matrix-org/pantalaimon/commit/73f68c76fb05037bd7fe71688ce39eb1f526a385
## 0.9.2 2021-03-10
### Changed

View File

@ -259,7 +259,7 @@ async def daemon(context, log_level, debug_encryption, config, data_path):
"connect to pantalaimon."
)
)
@click.version_option(version="0.9.2", prog_name="pantalaimon")
@click.version_option(version="0.9.3", prog_name="pantalaimon")
@click.option(
"--log-level",
type=click.Choice(["error", "warning", "info", "debug"]),

View File

@ -690,7 +690,7 @@ class PanCtl:
"the pantalaimon daemon."
)
)
@click.version_option(version="0.9.2", prog_name="panctl")
@click.version_option(version="0.9.3", prog_name="panctl")
def main():
loop = asyncio.get_event_loop()
glib_loop = GLib.MainLoop()

View File

@ -7,7 +7,7 @@ with open("README.md", encoding="utf-8") as f:
setup(
name="pantalaimon",
version="0.9.2",
version="0.9.3",
url="https://github.com/matrix-org/pantalaimon",
author="The Matrix.org Team",
author_email="poljar@termina.org.uk",