Skip to content

Commit a4fdd73

Browse files
committed
Skip tag 10.21.1 has we accidentally already used it
1 parent 8afb4cd commit a4fdd73

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.21.1
6+
## 10.21.2
77

88
- **FIX**: Highlight: Latest Pygments versions cannot handle a "filename" for code block titles of `None`.
99

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, 21, 1, "final")
196+
__version_info__ = Version(10, 21, 2, "final")
197197
__version__ = __version_info__._get_canonical()

0 commit comments

Comments
 (0)