mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-04-28 11:26:07 -04:00
pantalaimon: Bump the version.
This commit is contained in:
parent
c05adace8c
commit
4bd1d1767f
@ -4,6 +4,11 @@ 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.6.3 2020-05-28
|
||||
|
||||
### Fixed
|
||||
- Fix our dep requirements to avoid incompatibilities between nio and pantalaimon.
|
||||
|
||||
## 0.6.2 2020-05-27
|
||||
|
||||
### Fixed
|
||||
|
@ -245,7 +245,7 @@ async def daemon(context, log_level, debug_encryption, config, data_path):
|
||||
"connect to pantalaimon."
|
||||
)
|
||||
)
|
||||
@click.version_option(version="0.6.2", prog_name="pantalaimon")
|
||||
@click.version_option(version="0.6.3", prog_name="pantalaimon")
|
||||
@click.option(
|
||||
"--log-level",
|
||||
type=click.Choice(["error", "warning", "info", "debug"]),
|
||||
|
@ -690,7 +690,7 @@ class PanCtl:
|
||||
"the pantalaimon daemon."
|
||||
)
|
||||
)
|
||||
@click.version_option(version="0.6.2", prog_name="panctl")
|
||||
@click.version_option(version="0.6.3", prog_name="panctl")
|
||||
def main():
|
||||
loop = asyncio.get_event_loop()
|
||||
glib_loop = GLib.MainLoop()
|
||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open("README.md", encoding="utf-8") as f:
|
||||
|
||||
setup(
|
||||
name="pantalaimon",
|
||||
version="0.6.2",
|
||||
version="0.6.3",
|
||||
url="https://github.com/matrix-org/pantalaimon",
|
||||
author="The Matrix.org Team",
|
||||
author_email="poljar@termina.org.uk",
|
||||
|
Loading…
x
Reference in New Issue
Block a user