We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eed886 commit 829743aCopy full SHA for 829743a
markdown/__version__.py
@@ -5,7 +5,7 @@
5
# (major, minor, micro, alpha/beta/rc/final, #)
6
# (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
7
# (1, 2, 0, 'beta', 2) => "1.2b2"
8
-version_info = (2, 6, 5, 'final', 0)
+version_info = (2, 6, 6, 'final', 0)
9
10
11
def _get_version():
0 commit comments