File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
powerhub/templates/powershell Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818# -- Project information -----------------------------------------------------
1919
2020project = 'PowerHub'
21- copyright = '2018-2023 , Adrian Vollmer'
21+ copyright = '2018-2026 , Adrian Vollmer'
2222author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change 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 )
44Write-Output @"
55 _____ _____ _ _ _ _______ ______ _ _ _ _ ______
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " powerhub"
7- version = " 2.0.10 "
7+ version = " 2.0.11 "
88authors = [
99 {
name =
" Adrian Vollmer" ,
email =
" [email protected] " },
1010]
You can’t perform that action at this time.
0 commit comments