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 22d6102 commit 77f97e0Copy full SHA for 77f97e0
setup.py
@@ -13,7 +13,7 @@
13
print("warning: pypandoc module not found, could not convert Markdown to RST")
14
read_md = lambda f: open(f, 'r').read()
15
16
-VERSION = "1.2.11"
+VERSION = "1.2.12"
17
18
19
class VerifyVersionCommand(install):
0 commit comments