Skip to content

Commit d548fd7

Browse files
chore(main): release 2.5.0 (#106)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38e7e5f commit d548fd7

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.1"
2+
".": "2.5.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/catppuccin/python/compare/v2.4.1...v2.5.0) (2025-08-03)
4+
5+
6+
### Build System
7+
8+
* ignore `version` field in palette.json ([b5dad76](https://github.com/catppuccin/python/commit/b5dad762a71d6cab31561d58516a82c7b9c20a8b))
9+
10+
11+
### Documentation
12+
13+
* document package with pdoc ([#108](https://github.com/catppuccin/python/issues/108)) ([e499070](https://github.com/catppuccin/python/commit/e49907013cedc45f61a0ce12f9d5849da40b06c9))
14+
15+
16+
### Features
17+
18+
* auto-sync upstream palettes ([#107](https://github.com/catppuccin/python/issues/107)) ([900189a](https://github.com/catppuccin/python/commit/900189a21c3e5a0e7a7fd30ce89d440392322e57))
19+
20+
21+
### Bug Fixes
22+
23+
* handle uppercase hexes from pygments ([#109](https://github.com/catppuccin/python/issues/109)) ([d06dedc](https://github.com/catppuccin/python/commit/d06dedc1155b037a40c2185f39ec799b9c864dd9))
24+
* **pygments:** mantle for code block backgrounds ([#112](https://github.com/catppuccin/python/issues/112)) ([c7e72f8](https://github.com/catppuccin/python/commit/c7e72f8aaa763a776aaf672b609770d3d4e422ea))
25+
326
## [2.4.1](https://github.com/catppuccin/python/compare/v2.4.0...v2.4.1) (2025-02-26)
427

528

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [{ name = "backwardspy", email = "[email protected]" }]
77
requires-python = ">=3.9.0"
88
dependencies = []
99
name = "catppuccin"
10-
version = "2.4.1"
10+
version = "2.5.0"
1111
description = "🐍 Soothing pastel theme for Python."
1212
readme = "README.md"
1313

0 commit comments

Comments
 (0)