Revision: 8500
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8500&view=rev
Author:   jswhit
Date:     2010-07-06 01:43:34 +0000 (Tue, 06 Jul 2010)

Log Message:
-----------
change version to 1.0 (following matplotlib's lead)

Modified Paths:
--------------
    trunk/toolkits/basemap/Changelog
    trunk/toolkits/basemap/doc/conf.py
    trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py
    trunk/toolkits/basemap/setup.py

Modified: trunk/toolkits/basemap/Changelog
===================================================================
--- trunk/toolkits/basemap/Changelog    2010-07-06 01:24:58 UTC (rev 8499)
+++ trunk/toolkits/basemap/Changelog    2010-07-06 01:43:34 UTC (rev 8500)
@@ -1,4 +1,4 @@
-version 0.99.5 (not yet released)
+version 1.0    (not yet released)
           * don't force adjustable='box' so Basemap is compatible
              with AxesGrid. Added fcstmaps_axesgrid.py example.
            * add support for plotting on unstructured grids using

Modified: trunk/toolkits/basemap/doc/conf.py
===================================================================
--- trunk/toolkits/basemap/doc/conf.py  2010-07-06 01:24:58 UTC (rev 8499)
+++ trunk/toolkits/basemap/doc/conf.py  2010-07-06 01:43:34 UTC (rev 8500)
@@ -46,9 +46,9 @@
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '0.99.5'
+version = '1.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.99.5'
+release = '1.0'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:

Modified: trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py
===================================================================
--- trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2010-07-06 
01:24:58 UTC (rev 8499)
+++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2010-07-06 
01:43:34 UTC (rev 8500)
@@ -52,7 +52,7 @@
 else:
     basemap_datadir = os.sep.join([os.path.dirname(__file__), 'data'])
 
-__version__ = '0.99.5'
+__version__ = '1.0'
 
 # supported map projections.
 _projnames = {'cyl'      : 'Cylindrical Equidistant',

Modified: trunk/toolkits/basemap/setup.py
===================================================================
--- trunk/toolkits/basemap/setup.py     2010-07-06 01:24:58 UTC (rev 8499)
+++ trunk/toolkits/basemap/setup.py     2010-07-06 01:43:34 UTC (rev 8500)
@@ -225,7 +225,7 @@
 package_data = {'mpl_toolkits.basemap':pyproj_datafiles+basemap_datafiles}
 setup(
   name              = "basemap",
-  version           = "0.99.5",
+  version           = "1.0",
   description       = "Plot data on map projections with matplotlib",
   long_description  = """
   An add-on toolkit for matplotlib that lets you plot data


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to