Skip to content

Commit 72108f0

Browse files
committed
Bump version
1 parent 368aedc commit 72108f0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/src/markdown/about/changelog.md

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

3+
## 10.8.2
4+
5+
- **FIX**: Snippets: Better handling of cases where URL snippet requests contain no header length.
6+
37
## 10.8.1
48

59
- **FIX**: Snippets: Fix snippet line range with a start of line 1.

pymdownx/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@ def parse_version(ver, pre=False):
185185
return Version(major, minor, micro, release, pre, post, dev)
186186

187187

188-
__version_info__ = Version(10, 8, 1, "final")
188+
__version_info__ = Version(10, 8, 2, "final")
189189
__version__ = __version_info__._get_canonical()

0 commit comments

Comments
 (0)