http://code.google.com/p/glumpy/source/detail?r=816e949e8cd3
Modified:
/NEWS.txt
/common.py
=======================================
--- /NEWS.txt Thu Sep 15 06:58:32 2011
+++ /NEWS.txt Thu Oct 27 23:25:43 2011
@@ -1,3 +1,10 @@
+Release 0.2.1
+-------------
+
+* Added back the fullscreen option
+* Fixed the 'nearest' filter
+
+
Release 0.2.0
-------------
=======================================
--- /common.py Thu Sep 15 06:41:15 2011
+++ /common.py Thu Oct 27 23:25:43 2011
@@ -25,7 +25,7 @@
MAJOR = 0
MINOR = 2
-MICRO = 0
+MICRO = 1
DEV = False
CLASSIFIERS = ['Development Status :: 4 - Beta',