We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0df3d commit eeece5aCopy full SHA for eeece5a
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.3.2](https://github.com/catppuccin/python/compare/v2.3.1...v2.3.2) (2024-09-08)
4
+
5
6
+### Bug Fixes
7
8
+* **extras/pygments:** align syntax highlighting tokens with style guide ([#75](https://github.com/catppuccin/python/issues/75)) ([2d0df3d](https://github.com/catppuccin/python/commit/2d0df3d746a9f6797c9e7b095cdf58ee41f56c72))
9
10
## [2.3.1](https://github.com/catppuccin/python/compare/v2.3.0...v2.3.1) (2024-09-04)
11
12
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "catppuccin"
-version = "2.3.1"
+version = "2.3.2"
description = "🐍 Soothing pastel theme for Python."
authors = ["backwardspy <backwardspy@pigeon.life>"]
readme = "README.md"
0 commit comments