Skip to content

Commit

Permalink
bump docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Feb 3, 2025
1 parent ed74745 commit c23dbda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ def get_mod_stats():

# General information about the project.
project = 'boltons'
copyright = '2024, Mahmoud Hashemi'
copyright = '2025, Mahmoud Hashemi'
author = 'Mahmoud Hashemi'

version = '24.1'
release = '24.1.0'
version = '25.0'
release = '25.0.0'

if os.name != 'nt':
today_fmt = '%B %d, %Y'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build-backend = "flit_core.buildapi"
# * git commit -a -m "bump version for x.y.z release"
# * rm -rf dist/*
# * flit build
# * twine upload dist/*
# * flit publish
# * bump docs/conf.py version
# * git commit
# * git tag -a x.y.z -m "brief summary"
Expand Down

0 comments on commit c23dbda

Please sign in to comment.