diff --git a/geraldo/__init__.py b/geraldo/__init__.py index 7ed580b..bb651f8 100644 --- a/geraldo/__init__.py +++ b/geraldo/__init__.py @@ -43,7 +43,7 @@ - tests - a package with automated doc tests. """ -VERSION = (0, 4, 12, 'stable') +VERSION = (0, 4, 14, 'stable') def get_version(): return '%d.%d.%d-%s'%VERSION diff --git a/setup.py b/setup.py index b4b0aa2..14f98e5 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ long_description = 'Geraldo is a Python and Django pluggable application that works with ReportLab to generate complex reports.', author = 'Marinho Brandao', author_email = 'marinho@gmail.com', - url = 'http://geraldo.sourceforge.net/', + url = 'http://www.geraldoreports.org/', #download_url = 'http://ufpr.dl.sourceforge.net/sourceforge/geraldo/Geraldo-0.2-stable.tar.gz', license = 'GNU Lesser General Public License (LGPL)', packages = ['geraldo', 'geraldo.tests', 'geraldo.generators',],