[Checkins] SVN: z3c.blobfile/trunk/ Version bump.

Dan Korostelev nadako at gmail.com
Thu Sep 11 06:16:26 EDT 2008


Log message for revision 91057:
  Version bump.

Changed:
  _U  z3c.blobfile/trunk/
  U   z3c.blobfile/trunk/CHANGES.txt
  U   z3c.blobfile/trunk/setup.py

-=-

Property changes on: z3c.blobfile/trunk
___________________________________________________________________
Name: svn:ignore
   - bin
parts
.installed.cfg
.project
.pydevproject

   + bin
parts
.installed.cfg
.project
.pydevproject
dist


Modified: z3c.blobfile/trunk/CHANGES.txt
===================================================================
--- z3c.blobfile/trunk/CHANGES.txt	2008-09-11 10:15:24 UTC (rev 91056)
+++ z3c.blobfile/trunk/CHANGES.txt	2008-09-11 10:16:26 UTC (rev 91057)
@@ -2,8 +2,12 @@
 CHANGES
 =======
 
-Version 0.1.2 (unreleased)
+Version 0.1.3 (unreleased)
 
+-
+
+Version 0.1.2 (2008-09-11)
+
 - Bug: Set i18n domain in "overrides.zcml" to avoid warnings.
 - Don't expose Blob implementation details in add/upload forms. Also, "zope"
   translation domain has no translations for "Upload a File (Blob)", it just

Modified: z3c.blobfile/trunk/setup.py
===================================================================
--- z3c.blobfile/trunk/setup.py	2008-09-11 10:15:24 UTC (rev 91056)
+++ z3c.blobfile/trunk/setup.py	2008-09-11 10:16:26 UTC (rev 91057)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.blobfile',
-      version='0.1.2dev',
+      version='0.1.3dev',
       author = "Zope Community",
       author_email = "zope3-dev at zope.org",
       license = "ZPL 2.1",



More information about the Checkins mailing list