File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ def get_mod_stats():
9696
9797# General information about the project.
9898project = 'boltons'
99- copyright = '2024 , Mahmoud Hashemi'
99+ copyright = '2025 , Mahmoud Hashemi'
100100author = 'Mahmoud Hashemi'
101101
102- version = '24.1 '
103- release = '24.1 .0'
102+ version = '25.0 '
103+ release = '25.0 .0'
104104
105105if os .name != 'nt' :
106106 today_fmt = '%B %d, %Y'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ build-backend = "flit_core.buildapi"
5555# * git commit -a -m "bump version for x.y.z release"
5656# * rm -rf dist/*
5757# * flit build
58- # * twine upload dist/*
58+ # * flit publish
5959# * bump docs/conf.py version
6060# * git commit
6161# * git tag -a x.y.z -m "brief summary"
You can’t perform that action at this time.
0 commit comments