We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbd83d commit 7a2d4f4Copy full SHA for 7a2d4f4
2 files changed
extraslide/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the extraslide library will be documented in this file.
4
5
+## [0.2.3] - 2026-03-27
6
+
7
+### Changed
8
9
+- Removed stale auth guidance from package docs (auth is handled by `extrasuite` client).
10
11
## [0.2.2] - 2026-03-04
12
13
### Changed
extraslide/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "extraslide"
-version = "0.2.2"
+version = "0.2.3"
description = "A Python library that simplifies editing Google Slides through an HTML-like abstraction"
readme = "README.md"
license = "MIT"
0 commit comments