From 1b2123e947ccfba3e61b63e43b2bfa2a99fae1db Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 1 Mar 2022 19:45:02 +0100 Subject: version 0.13.2 (slixmpp fixes) --- doc/source/conf.py | 2 +- poezio/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index af30d8ba..636f812e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,7 +55,7 @@ copyright = '%s, Mathieu Pasquet - Florent Le Coz - Emmanuel Gil Peyrot' % time. # The short X.Y version. version = '0.13' # The full version, including alpha/beta/rc tags. -release = '0.13.1' +release = '0.13.2' add_function_parentheses = True diff --git a/poezio/version.py b/poezio/version.py index 6defd704..6b6d3d4a 100644 --- a/poezio/version.py +++ b/poezio/version.py @@ -1,2 +1,2 @@ -__version__ = '0.13.1' -__version_info__ = (0, 13, 1) +__version__ = '0.13.2' +__version_info__ = (0, 13, 2) -- cgit v1.2.3