[Checkins] SVN: z3c.mountpoint/trunk/ Preparing release 0.1

Michael Howitz mh at gocept.com
Tue Aug 3 02:27:41 EDT 2010


Log message for revision 115399:
  Preparing release 0.1

Changed:
  U   z3c.mountpoint/trunk/CHANGES.txt
  U   z3c.mountpoint/trunk/setup.py

-=-
Modified: z3c.mountpoint/trunk/CHANGES.txt
===================================================================
--- z3c.mountpoint/trunk/CHANGES.txt	2010-08-03 06:27:27 UTC (rev 115398)
+++ z3c.mountpoint/trunk/CHANGES.txt	2010-08-03 06:27:41 UTC (rev 115399)
@@ -2,7 +2,7 @@
  Change log
 ============
 
-0.1 (unreleased)
+0.1 (2010-08-03)
 ----------------
 
 * Initial release.

Modified: z3c.mountpoint/trunk/setup.py
===================================================================
--- z3c.mountpoint/trunk/setup.py	2010-08-03 06:27:27 UTC (rev 115398)
+++ z3c.mountpoint/trunk/setup.py	2010-08-03 06:27:41 UTC (rev 115399)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.1dev'
+version = '0.1'
 
 setup(
     name='z3c.mountpoint',



More information about the checkins mailing list