Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jul 27, 2024
1 parent 368aedc commit 72108f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 10.8.2

- **FIX**: Snippets: Better handling of cases where URL snippet requests contain no header length.

## 10.8.1

- **FIX**: Snippets: Fix snippet line range with a start of line 1.
Expand Down
2 changes: 1 addition & 1 deletion pymdownx/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,5 @@ def parse_version(ver, pre=False):
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(10, 8, 1, "final")
__version_info__ = Version(10, 8, 2, "final")
__version__ = __version_info__._get_canonical()

0 comments on commit 72108f0

Please sign in to comment.