chore(main): release 2.5.0

This commit is contained in:
github-actions[bot] 2025-08-03 20:02:55 +00:00 committed by GitHub
parent c7e72f8aaa
commit 545ca06e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "2.4.1"
".": "2.5.0"
}

View File

@ -1,5 +1,28 @@
# Changelog
## [2.5.0](https://github.com/catppuccin/python/compare/v2.4.1...v2.5.0) (2025-08-03)
### Build System
* ignore `version` field in palette.json ([b5dad76](https://github.com/catppuccin/python/commit/b5dad762a71d6cab31561d58516a82c7b9c20a8b))
### Documentation
* document package with pdoc ([#108](https://github.com/catppuccin/python/issues/108)) ([e499070](https://github.com/catppuccin/python/commit/e49907013cedc45f61a0ce12f9d5849da40b06c9))
### Features
* auto-sync upstream palettes ([#107](https://github.com/catppuccin/python/issues/107)) ([900189a](https://github.com/catppuccin/python/commit/900189a21c3e5a0e7a7fd30ce89d440392322e57))
### Bug Fixes
* handle uppercase hexes from pygments ([#109](https://github.com/catppuccin/python/issues/109)) ([d06dedc](https://github.com/catppuccin/python/commit/d06dedc1155b037a40c2185f39ec799b9c864dd9))
* **pygments:** mantle for code block backgrounds ([#112](https://github.com/catppuccin/python/issues/112)) ([c7e72f8](https://github.com/catppuccin/python/commit/c7e72f8aaa763a776aaf672b609770d3d4e422ea))
## [2.4.1](https://github.com/catppuccin/python/compare/v2.4.0...v2.4.1) (2025-02-26)

View File

@ -7,7 +7,7 @@ authors = [{ name = "backwardspy", email = "backwardspy@pigeon.life" }]
requires-python = ">=3.9.0"
dependencies = []
name = "catppuccin"
version = "2.4.1"
version = "2.5.0"
description = "🐍 Soothing pastel theme for Python."
readme = "README.md"