From 7e11953c920e1454b0a54afaf8dd3f03319148a3 Mon Sep 17 00:00:00 2001 From: Alexander Akhmetov Date: Thu, 18 Aug 2022 23:37:58 +0200 Subject: [PATCH] Release 0.16.0 --- docs/source/changelog.rst | 2 +- telegram/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3396b429..d3254354 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -[unreleased] +[0.16.0] - 2022-08-18 - Search for the system library first, and fallback to the embedded one if the system was not found. - Fixed the finding system library mechanism (thanks to @weirdo-neutrino) diff --git a/telegram/__init__.py b/telegram/__init__.py index 94fab19e..0885fa7c 100644 --- a/telegram/__init__.py +++ b/telegram/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.15.0' +__version__ = '0.16.0' VERSION = __version__