[Thuban-commits] r2726 - in trunk/thuban: . Extensions/svgexport

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 20 11:37:58 CET 2007


Author: bernhard
Date: 2007-02-20 11:37:57 +0100 (Tue, 20 Feb 2007)
New Revision: 2726

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Extensions/svgexport/TODO
   trunk/thuban/Extensions/svgexport/__init__.py
Log:
Extensions/svgexport/: Get ready for release. Bump version
number to 1.0.1. Adjusted numbers in TODO.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2007-02-20 10:36:20 UTC (rev 2725)
+++ trunk/thuban/ChangeLog	2007-02-20 10:37:57 UTC (rev 2726)
@@ -1,5 +1,8 @@
 2007-02-20 Bernhard Reiter <bernhard at intevation.de>
 
+	* Extensions/svgexport/: Get ready for release. Bump version
+	number to 1.0.1. Adjusted numbers in TODO.
+
 	* Thuban/UI/about.py: Reworked the about text. It shows now
 	when somebody was active on Thuban. Added a list of maintainers.
 	Bernhard Reiter is the current maintainer, following up on Bernhard

Modified: trunk/thuban/Extensions/svgexport/TODO
===================================================================
--- trunk/thuban/Extensions/svgexport/TODO	2007-02-20 10:36:20 UTC (rev 2725)
+++ trunk/thuban/Extensions/svgexport/TODO	2007-02-20 10:37:57 UTC (rev 2726)
@@ -1,10 +1,10 @@
 TODO file for Thuban svgexport Extension
 
-For 1.0.1:
+For 1.0.2:
 
 * Enable Raster file export.
 
-For 1.0.x, x>1:
+For 1.0.x, x>2:
 
 * find out why the memory shapes in class Testobjectexport
   return points with negative values with projected_points

Modified: trunk/thuban/Extensions/svgexport/__init__.py
===================================================================
--- trunk/thuban/Extensions/svgexport/__init__.py	2007-02-20 10:36:20 UTC (rev 2725)
+++ trunk/thuban/Extensions/svgexport/__init__.py	2007-02-20 10:37:57 UTC (rev 2726)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2005 by Intevation GmbH
+# Copyright (C) 2004, 2005, 2006, 20007 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de> (2004)
 # Jan-Oliver Wagner <jan at intevation.de> (2004)
@@ -27,7 +27,7 @@
 
 ext_registry.add(ExtensionDesc(
     name = 'SVG Export',
-    version = '1.0.0+cvs',
+    version = '1.0.1',
     authors= [ 'Markus Rechtien', 'Bernhard Reiter' ],
-    copyright = '2004, 2005 Intevation GmbH',
+    copyright = '2004-2007 Intevation GmbH',
     desc = _("Export the current map and legend in Thuban-map-SVG format.")))



More information about the Thuban-commits mailing list