[Checkins] SVN: z3ext.ownership/trunk/ updated changed.txt

Nikolay Kim fafhrd at datacom.kz
Mon May 19 05:13:21 EDT 2008


Log message for revision 86836:
  updated changed.txt

Changed:
  U   z3ext.ownership/trunk/CHANGES.txt
  U   z3ext.ownership/trunk/setup.py

-=-
Modified: z3ext.ownership/trunk/CHANGES.txt
===================================================================
--- z3ext.ownership/trunk/CHANGES.txt	2008-05-19 08:47:21 UTC (rev 86835)
+++ z3ext.ownership/trunk/CHANGES.txt	2008-05-19 09:13:20 UTC (rev 86836)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+1.0.1 (2008-05-19)
+------------------
+
+- Replace 'autoinclude' with 'includeDependendcies'
+
+
 1.0.0 (2008-03-21)
 ------------------
 

Modified: z3ext.ownership/trunk/setup.py
===================================================================
--- z3ext.ownership/trunk/setup.py	2008-05-19 08:47:21 UTC (rev 86835)
+++ z3ext.ownership/trunk/setup.py	2008-05-19 09:13:20 UTC (rev 86836)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version='1.1.0dev'
+version='1.0.1dev'
 
 
 setup(name = 'z3ext.ownership',



More information about the Checkins mailing list