From b5a419e488fe985b0d2ef9a8212e71c27ea6a7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 28 Sep 2022 16:46:36 +0200 Subject: [PATCH] chore: Bump our version --- CHANGELOG.md | 13 +++++++++++++ pantalaimon/main.py | 2 +- pantalaimon/panctl.py | 2 +- setup.py | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168f740..e654661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.10.5 2022-09-28 + +### Added + +- [[#137]] Proxy the v3 endpoints as well + +### Fixed + +- [[#130]] Make sure the token variable is declared + +[#137]: https://github.com/matrix-org/pantalaimon/pull/137 +[#130]: https://github.com/matrix-org/pantalaimon/pull/130 + ## 0.10.4 2022-02-04 ### Fixed diff --git a/pantalaimon/main.py b/pantalaimon/main.py index 3002ee1..0ab42d6 100644 --- a/pantalaimon/main.py +++ b/pantalaimon/main.py @@ -287,7 +287,7 @@ async def daemon(context, log_level, debug_encryption, config, data_path): "connect to pantalaimon." ) ) -@click.version_option(version="0.10.4", prog_name="pantalaimon") +@click.version_option(version="0.10.5", prog_name="pantalaimon") @click.option( "--log-level", type=click.Choice(["error", "warning", "info", "debug"]), diff --git a/pantalaimon/panctl.py b/pantalaimon/panctl.py index 088bcaa..1f97fe7 100644 --- a/pantalaimon/panctl.py +++ b/pantalaimon/panctl.py @@ -695,7 +695,7 @@ class PanCtl: "the pantalaimon daemon." ) ) -@click.version_option(version="0.10.4", prog_name="panctl") +@click.version_option(version="0.10.5", prog_name="panctl") def main(): loop = asyncio.new_event_loop() glib_loop = GLib.MainLoop() diff --git a/setup.py b/setup.py index 5495f67..46798ba 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", encoding="utf-8") as f: setup( name="pantalaimon", - version="0.10.4", + version="0.10.5", url="https://github.com/matrix-org/pantalaimon", author="The Matrix.org Team", author_email="poljar@termina.org.uk", @@ -29,7 +29,7 @@ setup( "cachetools >= 3.0.0", "prompt_toolkit > 2, < 4", "typing;python_version<'3.5'", - "matrix-nio[e2e] >= 0.18, < 0.20" + "matrix-nio[e2e] >= 0.20, < 0.21" ], extras_require={ "ui": [