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 252f6f8 commit f3de7b5Copy full SHA for f3de7b5
TODO
@@ -1,8 +1,5 @@
1
TODO:
2
3
-=== CRITICAL BEFORE 0.5 ===
4
-
5
6
-- CRITICAL BEFORE 0.6 ? --
7
8
- Document / fix / release:
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
PKG_NAME = "PythonForWindows"
-VERSION = "0.4"
+VERSION = "0.5"
if sys.version_info[0] != 2:
9
raise NotImplementedError("PythonForWindows only support Python2 for now")
0 commit comments