diff --git a/ChangeLog b/ChangeLog
index 534dd9396d..6e2f699a9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.3 ===
+
+2006-03-21  Jan Schmidt <thaytan@mad.scientist.com>
+
+	* configure.ac:
+	  releasing 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."
+
 2006-03-21  Jan Schmidt  <thaytan@mad.scientist.com>
 
 	* testsuite/test_ghostpad.py:
diff --git a/NEWS b/NEWS
index 4c140f1890..2fadba6791 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
-This is GStreamer Python Bindings 0.10.2, "And if the devil is six"
+This is GStreamer Python Bindings 0.10.3, "Maybe not today. Maybe not tomorrow, but soon..."
+Changes since 0.10.2:
+
+      * Backwards compatibility with older GStreamer installations
+      * Wrapping of new API in GStreamer
+      * Bug-fixes and enhancements
+
+Bugs fixed since 0.10.2:
+
+      * 329110 : gst-python sets RTLD_GLOBAL when importing, but doesn't s...
+      * 332586 : pygst.require should raise an error based on StandardErro...
+      * 333055 : PYGIL_API_IS_BUGGY is already defined in pygobect.h
+      * 331616 : gst.version and gst.gst_version differ
   
 Changes since 0.10.1:
     
diff --git a/RELEASE b/RELEASE
index c92ef3b1c0..c6c5f68c99 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer Python bindings 0.10.2 "And if the devil is six"
+GStreamer: Release notes for GStreamer Python bindings 0.10.3 "Maybe not today. Maybe not tomorrow, but soon..."
         
 
 
@@ -18,12 +18,16 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * allow fractions in structures
-      * added vmethods for base classes
+      * Backwards compatibility with older GStreamer installations
+      * Wrapping of new API in GStreamer
+      * Bug-fixes and enhancements
 
 Bugs fixed in this release
     
-      * 325459 : Fractions cannot be used as values for gst.Structure fileds
+      * 329110 : gst-python sets RTLD_GLOBAL when importing, but doesn't s...
+      * 332586 : pygst.require should raise an error based on StandardErro...
+      * 333055 : PYGIL_API_IS_BUGGY is already defined in pygobect.h
+      * 331616 : gst.version and gst.gst_version differ
 
 Download
 
@@ -53,6 +57,11 @@ Applications
   
 Contributors to this release
     
+      * Andy Wingo
       * Edward Hervey
-      * Martin Soto
+      * Jan Schmidt
+      * Joe Wreschnig
+      * Michael Smith
+      * Thomas Vander Stichele
+      * Zaheer Abbas Merali
  
\ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 994ac92455..cebfaa5f64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
 AM_MAINTAINER_MODE
                                                                                 
 dnl when going to/from release please set the nano (fourth number) right !
-AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 2, 2,
+AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 3, 0,
     GST_CVS="no", GST_CVS="yes")
 
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)