Skip to content

Commit

Permalink
Merge pull request #187 from hugovk/prepare-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 9, 2024
2 parents 9cb011f + ab06c27 commit 26ca6d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

`2024.4 <https://github.com/python/python-docs-theme/releases/tag/v2024.4>`_
----------------------------------------------------------------------------

- Add colour to version change directives (#185)
Contributed by Hugo van Kemenade
- Only show 'Last updated on ...' when ``last_updated`` defined (#183)
Contributed by Hugo van Kemenade
- Use system font stack for all code (#186)
Contributed by Hugo van Kemenade

`2024.3 <https://github.com/python/python-docs-theme/releases/tag/v2024.3>`_
----------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "python-docs-theme"
version = "2024.3"
version = "2024.4"
description = "The Sphinx theme for the CPython docs and related projects"
readme = "README.md"
license.file = "LICENSE"
Expand Down

0 comments on commit 26ca6d7

Please sign in to comment.