chore(main): release 2.3.2 (#76)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-09-08 21:00:08 +01:00 committed by GitHub
parent 2d0df3d746
commit eeece5ae40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [2.3.2](https://github.com/catppuccin/python/compare/v2.3.1...v2.3.2) (2024-09-08)
### Bug Fixes
* **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))
## [2.3.1](https://github.com/catppuccin/python/compare/v2.3.0...v2.3.1) (2024-09-04)

View File

@ -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"