[cig-commits] r16663 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Thu May 6 13:40:29 PDT 2010


Author: brad
Date: 2010-05-06 13:40:29 -0700 (Thu, 06 May 2010)
New Revision: 16663

Modified:
   short/3D/PyLith/trunk/README
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/setup.py
Log:
Updated version number.

Modified: short/3D/PyLith/trunk/README
===================================================================
--- short/3D/PyLith/trunk/README	2010-05-06 20:40:04 UTC (rev 16662)
+++ short/3D/PyLith/trunk/README	2010-05-06 20:40:29 UTC (rev 16663)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 1.4.2
+We are pleased to announce release of PyLith version 1.5.0
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    
@@ -34,6 +34,14 @@
 
 
 ======================================================================
+MIGRATING FROM VERSION 1.4 TO 1.5
+======================================================================
+
+Power-law stuff
+
+many new features
+
+======================================================================
 MIGRATING FROM VERSION 1.3 TO 1.4
 ======================================================================
 

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2010-05-06 20:40:04 UTC (rev 16662)
+++ short/3D/PyLith/trunk/configure.ac	2010-05-06 20:40:29 UTC (rev 16663)
@@ -11,7 +11,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.4.2], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.5.0], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])

Modified: short/3D/PyLith/trunk/setup.py
===================================================================
--- short/3D/PyLith/trunk/setup.py	2010-05-06 20:40:04 UTC (rev 16662)
+++ short/3D/PyLith/trunk/setup.py	2010-05-06 20:40:29 UTC (rev 16663)
@@ -7,7 +7,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.4.2',
+    version = '1.5.0',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list