Skip to content

Commit

Permalink
Prep for release 8.1.1 (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser authored Jan 26, 2021
1 parent c19a0b7 commit 3332013
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 1 addition & 4 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Changelog

## 8.1.2

- **FIX**: StripHTML: Fix some corner cases related to stripping comments.

## 8.1.1

- **FIX**: Ensure content immediately before Details content or Tabbed content gets preserved.
- **FIX**: StripHTML: Fix some corner cases related to stripping comments.

## 8.1

Expand Down
7 changes: 4 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ theme:
- navigation.tabs

nav:
- PyMdown Extensions: index.md
- Installation: installation.md
- Usage Notes: usage_notes.md
- Home:
- Introduction: index.md
- Installation: installation.md
- Usage Notes: usage_notes.md
- Extensions:
- Arithmatex: extensions/arithmatex.md
- B64: extensions/b64.md
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(8, 1, 2, ".dev")
__version_info__ = Version(8, 1, 1, "final")
__version__ = __version_info__._get_canonical()

0 comments on commit 3332013

Please sign in to comment.