Skip to content

Commit

Permalink
Update versioning to reflect next release
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 21, 2025
1 parent 2aba189 commit 868f7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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

## 10.14.2

- **FIX**: FancyLists: Fix case were lists could be falsely created when a line started with `.` or `)`.

## 10.14.1

- **FIX**: MagicLink: Ensure that repo names that start with `.` are handled correctly.
- **FIX**: FancyLists: Fix case were lists could be falsely created when a line started with `.` or `)`.

## 10.14

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

0 comments on commit 868f7e9

Please sign in to comment.