Skip to content

Commit 0bf1651

Browse files
chore(main): release 2.3.1 (#52)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d2f4000 commit 0bf1651

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [2.3.1](https://github.com/catppuccin/python/compare/v2.3.0...v2.3.1) (2024-09-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency matplotlib to v3.9.1 ([#56](https://github.com/catppuccin/python/issues/56)) ([ed3cc08](https://github.com/catppuccin/python/commit/ed3cc0849fec8948b3beed8bebce3d3387b198d0))
9+
* **deps:** update dependency matplotlib to v3.9.2 ([#68](https://github.com/catppuccin/python/issues/68)) ([0d31bdb](https://github.com/catppuccin/python/commit/0d31bdbacaa5dc80073c317dd5105f6234f8016b))
10+
* **deps:** update dependency rich to v13.8.0 ([#71](https://github.com/catppuccin/python/issues/71)) ([9f4ed60](https://github.com/catppuccin/python/commit/9f4ed60a81b316b2941f372669557b499f7a173f))
11+
* **scripts/build-gh-pages:** add `code` selector for pygments styles ([#69](https://github.com/catppuccin/python/issues/69)) ([6699255](https://github.com/catppuccin/python/commit/6699255f59669cd044189c55afd141eba39c591a))
12+
13+
14+
### Documentation
15+
16+
* move iterable docstring from Flavor to FlavorColors ([eaa1e45](https://github.com/catppuccin/python/commit/eaa1e459f64042c51a9fe2d19afb13eb7922cc2d))
17+
* **readme:** add matplotlib contributors to thanks section ([1695f2f](https://github.com/catppuccin/python/commit/1695f2f47457d677836ba9c91134c7742cbb5981))
18+
319
## [2.3.0](https://github.com/catppuccin/python/compare/v2.2.0...v2.3.0) (2024-06-18)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "catppuccin"
7-
version = "2.3.0"
7+
version = "2.3.1"
88
description = "🐍 Soothing pastel theme for Python."
99
authors = ["backwardspy <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)