Skip to content
Snippets Groups Projects
Commit 977d3b53 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump version. Add info about 2011.1.1 to docs.

parent e7b7665e
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ except ImportError: ...@@ -46,7 +46,7 @@ except ImportError:
args = [quote(arg) for arg in args] args = [quote(arg) for arg in args]
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
DEFAULT_VERSION = "0.6.14" DEFAULT_VERSION = "0.6.19"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11" SETUPTOOLS_FAKED_VERSION = "0.6c11"
......
...@@ -73,6 +73,11 @@ Version 2011.2 ...@@ -73,6 +73,11 @@ Version 2011.2
This version is currently under development. You can get snapshots from This version is currently under development. You can get snapshots from
PyOpenCL's git version control. PyOpenCL's git version control.
Version 2011.1.1
----------------
* Fixes for Python 3 compatibility. (with work by Christoph Gohlke)
Version 2011.1 Version 2011.1
-------------- --------------
......
VERSION = (2011, 1, 1) VERSION = (2011, 2)
VERSION_STATUS = "" VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment