Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Feb 13, 2015
1 parent 822b1e9 commit 3ed36d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion doc/misc.rst
Expand Up @@ -110,13 +110,22 @@ other software to be turned into the corresponding :mod:`pyopencl` objects.
User-visible Changes
====================

Version 2014.1
Version 2015.2
--------------
.. note::

This version is currently under development. You can get snapshots from
PyOpenCL's `git repository <https://github.com/pyopencl/pyopencl>`_

Version 2015.1
--------------

* Support for new-style buffer protocol
* Numerous fixes

Version 2014.1
--------------

* :ref:`ipython-integration`
* Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion pyopencl/version.py
@@ -1,3 +1,3 @@
VERSION = (2014, 1)
VERSION = (2015, 1)
VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS

0 comments on commit 3ed36d4

Please sign in to comment.