Skip to content

Commit af3c195

Browse files
author
Adrian Vollmer
committed
Version bump: 2.0.11
1 parent a4ec7fe commit af3c195

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'PowerHub'
21-
copyright = '2018-2023, Adrian Vollmer'
21+
copyright = '2018-2026, Adrian Vollmer'
2222
author = 'Adrian Vollmer'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "2.0.10"
25+
release = "2.0.11"
2626

2727

2828
# -- General configuration ---------------------------------------------------

powerhub/templates/powershell/powerhub.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$FooterLeft = "{{VERSION}}"
2-
$FooterRight = "written by Adrian Vollmer, 2018-2024"
2+
$FooterRight = "written by Adrian Vollmer, 2018-2026"
33
$SpaceBuffer = " "*(64-2-$FooterLeft.Length-$FooterRight.Length)
44
Write-Output @"
55
_____ _____ _ _ _ _______ ______ _ _ _ _ ______

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "powerhub"
7-
version = "2.0.10"
7+
version = "2.0.11"
88
authors = [
99
{name = "Adrian Vollmer", email = "[email protected]"},
1010
]

0 commit comments

Comments
 (0)