Skip to content

Commit 868f7e9

Browse files
committed
Update versioning to reflect next release
1 parent 2aba189 commit 868f7e9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/src/markdown/about/changelog.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Changelog
22

3-
## 10.14.2
4-
5-
- **FIX**: FancyLists: Fix case were lists could be falsely created when a line started with `.` or `)`.
6-
73
## 10.14.1
84

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

118
## 10.14
129

pymdownx/__meta__.py

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

0 commit comments

Comments
 (0)