From 93c45aa0ec08add0fe39c59784997944f88e0cfc Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 3 Sep 2009 14:41:44 -0400
Subject: [PATCH] Bump version.

---
 doc/source/misc.rst | 12 ++++++++++++
 pyopencl/version.py |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/doc/source/misc.rst b/doc/source/misc.rst
index 3a3d3fd5..61abb7fb 100644
--- a/doc/source/misc.rst
+++ b/doc/source/misc.rst
@@ -13,6 +13,18 @@ Acknowledgments
 User-visible Changes
 ====================
 
+Version 0.90.2
+--------------
+
+* Fix :meth:`pyopencl.Platform.get_info`.
+* Fix passing properties to :class:`pyopencl.CommandQueue`.
+  Also fix related documentation.
+
+Version 0.90.1
+--------------
+
+* Fix building on the Mac.
+
 Version 0.90
 ------------
 
diff --git a/pyopencl/version.py b/pyopencl/version.py
index 2861aa39..25a005a0 100644
--- a/pyopencl/version.py
+++ b/pyopencl/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 90, 1)
+VERSION = (0, 90, 2)
 VERSION_STATUS = ""
 VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
 
-- 
GitLab