Skip to content

Commit 6d92b68

Browse files
committed
Bump version
1 parent baeca0e commit 6d92b68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/markdown/about/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ icon: lucide/scroll-text
33
---
44
# Changelog
55

6-
## 10.20.2
6+
## 10.21
77

88
- **NEW**: Caption: Add support for specifying not only IDs but classes and arbitrary attributes. Initial work by
99
@joapuiib.

pymdownx/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,5 @@ def parse_version(ver: str) -> Version:
193193
return Version(major, minor, micro, release, pre, post, dev)
194194

195195

196-
__version_info__ = Version(10, 20, 2, "final")
196+
__version_info__ = Version(10, 21, 0, "final")
197197
__version__ = __version_info__._get_canonical()

0 commit comments

Comments
 (0)