Skip to content

Commit 80f2225

Browse files
chore(main): release 2.5.0
1 parent 900189a commit 80f2225

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/catppuccin/python/compare/v2.4.1...v2.5.0) (2025-03-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+
### Features
12+
13+
* auto-sync upstream palettes ([#107](https://github.com/catppuccin/python/issues/107)) ([900189a](https://github.com/catppuccin/python/commit/900189a21c3e5a0e7a7fd30ce89d440392322e57))
14+
315
## [2.4.1](https://github.com/catppuccin/python/compare/v2.4.0...v2.4.1) (2025-02-26)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [{ name = "backwardspy", email = "backwardspy@pigeon.life" }]
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)