Index: /pyyaml/trunk/setup.py
===================================================================
--- /pyyaml/trunk/setup.py	(revision 165)
+++ /pyyaml/trunk/setup.py	(revision 192)
@@ -1,5 +1,5 @@
 
 NAME = 'PyYAML'
-VERSION = '3.02'
+VERSION = '3.03'
 DESCRIPTION = "YAML parser and emitter for Python"
 LONG_DESCRIPTION = """\
Index: /pyyaml/trunk/announcement.msg
===================================================================
--- /pyyaml/trunk/announcement.msg	(revision 166)
+++ /pyyaml/trunk/announcement.msg	(revision 192)
@@ -1,8 +1,8 @@
 From: Kirill Simonov <xi@gamma.dn.ua>
 To: python-list@python.org, python-announce@python.org, yaml-core@lists.sourceforge.net
-Subject: [ANN] PyYAML-3.02: YAML parser and emitter for Python
+Subject: [ANN] PyYAML-3.03: YAML parser and emitter for Python
 
 ========================
- Announcing PyYAML-3.02
+ Announcing PyYAML-3.03
 ========================
 
@@ -15,9 +15,8 @@
 =======
 
-* Fix win32 installer.  Apparently bdist_wininst does not work well under
-  Linux.
-* Fix a bug in add_path_resolver.
-* Add the yaml-highlight example.  Try to run on a color terminal:
-  `python yaml_hl.py <any_document.yaml`.
+* Fix Python 2.5 compatibility issues.
+* Fix numerous bugs in the float handling.
+* Fix scanning some ill-formed documents.
+* Other minor fixes.
 
 
@@ -28,7 +27,7 @@
 PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation
 
-TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.02.tar.gz
-ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.02.zip
-Windows installer: http://pyyaml.org/download/pyyaml/PyYAML-3.02.win32.exe
+TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.03.tar.gz
+ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.03.zip
+Windows installer: http://pyyaml.org/download/pyyaml/PyYAML-3.03.win32.exe
 
 PyYAML SVN repository: http://svn.pyyaml.org/pyyaml
