summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--announcement.msg19
-rw-r--r--setup.py2
2 files changed, 10 insertions, 11 deletions
diff --git a/announcement.msg b/announcement.msg
index 5dd535e..8e98868 100644
--- a/announcement.msg
+++ b/announcement.msg
@@ -1,9 +1,9 @@
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
========================
A new bug-fix release of PyYAML is now available:
@@ -14,11 +14,10 @@ A new bug-fix release of PyYAML is now available:
Changes
=======
-* 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.
Resources
@@ -27,9 +26,9 @@ Resources
PyYAML homepage: http://pyyaml.org/wiki/PyYAML
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
Submit a bug report: http://pyyaml.org/newticket?component=pyyaml
diff --git a/setup.py b/setup.py
index dfbb722..cf3c4b0 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
NAME = 'PyYAML'
-VERSION = '3.02'
+VERSION = '3.03'
DESCRIPTION = "YAML parser and emitter for Python"
LONG_DESCRIPTION = """\
YAML is a data serialization format designed for human readability and