Index: AUTHORS
===================================================================
--- AUTHORS (revision 39:2360bf118ecf)
+++ AUTHORS (revision 108:de87333baeaf)
@@ -1,7 +1,7 @@
 relatorio is the work of:
     Nicolas Évrard <nicoe@openhex.org>
+    Gaëtan de Menten <gdementen@openhex.org>
 
 We included ideas and patches from:
-    Gaëtan de Menten <gdementen@openhex.org>
     Cédric Krier <cedric.krier@b2ck.com>
     Udo Spallek <udono@virtual-things.biz>
Index: CHANGES
===================================================================
--- CHANGES (revision 75:db423938f1d9)
+++ CHANGES (revision 108:de87333baeaf)
@@ -1,2 +1,12 @@
+0.5.0 - 20090123
+ * Added Text and XML Template to the TemplateLoader
+ * Splitted mimetypes and ids in the ReportRepository
+ * RelatorioStream now has a __str__ method
+ * OOTemplate: ChartTemplate can be included
+ * OOTemplate: Correctly handle content type in the table cells
+ * OOTemplate: Better closing/opening tag detection algorithm
+ * OOTemplate: Looping on columns now work in OOTemplates
+ * OOTemplate: Using compression
+
 0.4.1 - 20081110
  * Support for upstream PyCha since the most annoying bug has been fixed
Index: README
===================================================================
--- README (revision 88:058150b4af09)
+++ README (revision 108:de87333baeaf)
@@ -12,10 +12,8 @@
 =============
 
-The current PyCha release is lacking at least a serious feature (support for
-negative values) thus I created of "friendly fork" of PyCha in order to provide
-this feature and some other.
+Since the last release, pycha upstream author included most of my patches. So
+there is no more need to use my friendly fork of the project. Although you can
+use this version for the SVG support you should use the 'trunk' version.
 
-The mercurial repository for this code can be found at
+    http://www.lorenzogil.com/projects/pycha/
 
-    http://hg.openhex.org/pycha
-
Index: relatorio/__init__.py
===================================================================
--- relatorio/__init__.py (revision 77:a3b1cc528d1e)
+++ relatorio/__init__.py (revision 108:de87333baeaf)
@@ -13,3 +13,3 @@
 import templates
 
-__version__ = 'trunk'
+__version__ = '0.5.0'
