Skip to content

Commit

Permalink
10.4 was not released yet, fix version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Nov 10, 2023
1 parent d6191dc commit 217bfec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Changelog

## 10.4.1

- **FIX**: Block Admonitions: Empty titles should be respected.
- **FIX**: Block Details: Empty summary should be respected.

## 10.4

- **NEW**: Snippets: Allow PathLike objects for `base_path` to better support interactions with MkDocs.
- **FIX**: Block Admonitions: Empty titles should be respected.
- **FIX**: Block Details: Empty summary should be respected.

## 10.3.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, 4, 1, "final")
__version_info__ = Version(10, 4, 0, "final")
__version__ = __version_info__._get_canonical()

0 comments on commit 217bfec

Please sign in to comment.