Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 06d0e70

Browse files
author
Waylan Limberg
committed
Version 2.3.1
1 parent 475a71a commit 06d0e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (major, minor, micro, alpha/beta/rc/final, #)
66
# (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
77
# (1, 2, 0, 'beta', 2) => "1.2b2"
8-
version_info = (2, 3, 0, 'final', 0)
8+
version_info = (2, 3, 1, 'final', 0)
99

1010
def _get_version():
1111
" Returns a PEP 386-compliant version number from version_info. "

0 commit comments

Comments
 (0)