From 95231602d8f9a002a8d32d36bb0d460cf61eee94 Mon Sep 17 00:00:00 2001 From: RedFantom Date: Mon, 15 Feb 2021 13:56:21 +0100 Subject: [PATCH] Bump version number to v3.2.2 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 75dad57..f99d248 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = 'v3.2.1' +release = 'v3.2.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 49146ef..e15f36c 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(fname): name="ttkthemes", packages=["ttkthemes"], package_data={"ttkthemes": ["themes/*", "png/*", "gif/*", "advanced/*"]}, - version="3.2.1", + version="3.2.2", description="A group of themes for the ttk extensions of Tkinter with a Tkinter.Tk wrapper", author="The ttkthemes authors", author_email="redfantom@outlook.com",