Skip to content

Commit

Permalink
Set version number for release 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Sep 27, 2023
1 parent a0c3386 commit 60d6611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
description = 'Lighter browser automation based on Selenium.',
Expand Down

0 comments on commit 60d6611

Please sign in to comment.