From: Stefano Rivera <stefanor@debian.org>
Date: Wed, 29 Sep 2021 17:39:22 -0700
Subject: Set final version

Run scripts/pipx_prerelease.py, forgotten by upstream.

Forwarded: https://github.com/pypa/pipx/pull/743
---
 docs/changelog.md   | 2 +-
 src/pipx/version.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/changelog.md b/docs/changelog.md
index 37086be..2d796e7 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,4 +1,4 @@
-dev
+0.16.5
 
 - Fixed `pipx list` output phrasing to convey that python version displayed is the one with which package was installed. 
 - Fixed `pipx install` to provide return code 0 if venv already exists, similar to pip’s behavior. (#736)
diff --git a/src/pipx/version.py b/src/pipx/version.py
index 2e01bc4..5095b5c 100644
--- a/src/pipx/version.py
+++ b/src/pipx/version.py
@@ -1,2 +1,2 @@
-__version_info__ = (0, 16, 4, 1, "dev0")
+__version_info__ = (0, 16, 5)
 __version__ = ".".join(str(i) for i in __version_info__)
