From 60d661130b18d1bc0dc41e338e5c18c54f847851 Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Wed, 27 Sep 2023 14:56:51 +0200 Subject: [PATCH] Set version number for release 3.2.6 --- 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 63963f0..8d7bba9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ author = 'Michael Herrmann' # Also update ../setup.py when you change this: -release = '3.2.5' +release = '3.2.6' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index cdd7407..d672a84 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'helium', # Also update docs/conf.py when you change this: - version = '3.2.5', + version = '3.2.6', author = 'Michael Herrmann', author_email = 'michael+removethisifyouarehuman@herrmann.io', description = 'Lighter browser automation based on Selenium.',