pantalaimon: Bump the version.

This commit is contained in:
Damir Jelić 2020-05-10 19:12:09 +02:00
parent e79acad2a9
commit b732938489
4 changed files with 5 additions and 4 deletions

View File

@ -4,9 +4,10 @@ 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).
## [Unreleased]
## 0.6.0 2020-05-10
### Added
- Add support for Janus 0.5.0.
- Added media endpoint handling to the /media/v1 path.
### Fixed

View File

@ -245,7 +245,7 @@ async def daemon(context, log_level, debug_encryption, config, data_path):
"connect to pantalaimon."
)
)
@click.version_option(version="0.5.1", prog_name="pantalaimon")
@click.version_option(version="0.6.0", 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.5.1", prog_name="panctl")
@click.version_option(version="0.6.0", 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.5.1",
version="0.6.0",
url="https://github.com/matrix-org/pantalaimon",
author="The Matrix.org Team",
author_email="poljar@termina.org.uk",