mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-20 05:29:11 -04:00
pantalaimon: Bump our version
This commit is contained in:
parent
054a3bcb0b
commit
ed7aa55ef0
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -4,6 +4,16 @@ 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.3 2021-09-02
|
||||
|
||||
### Fixed
|
||||
|
||||
- [[#105]] Use the raw_path when forwarding requests, avoiding URL
|
||||
decoding/encoding issues.
|
||||
|
||||
[#105]: https://github.com/matrix-org/pantalaimon/pull/105
|
||||
|
||||
|
||||
## 0.10.2 2021-07-14
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -690,7 +690,7 @@ class PanCtl:
|
|||
"the pantalaimon daemon."
|
||||
)
|
||||
)
|
||||
@click.version_option(version="0.10.2", prog_name="panctl")
|
||||
@click.version_option(version="0.10.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.10.2",
|
||||
version="0.10.3",
|
||||
url="https://github.com/matrix-org/pantalaimon",
|
||||
author="The Matrix.org Team",
|
||||
author_email="poljar@termina.org.uk",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue