[Checkins] SVN: zope.publisher/trunk/ - Increment version to 3.4dev

Baiju M baiju.m.mail at gmail.com
Wed Mar 21 01:53:11 EDT 2007


Log message for revision 73408:
   - Increment version to 3.4dev
   - Set svn properties
  

Changed:
  _U  zope.publisher/trunk/
  UU  zope.publisher/trunk/bootstrap.py
  _U  zope.publisher/trunk/buildout.cfg
  U   zope.publisher/trunk/setup.py

-=-

Property changes on: zope.publisher/trunk
___________________________________________________________________
Name: svn:ignore
   - bin
build
dist
lib
setup.cfg

   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zope.publisher/trunk/bootstrap.py
===================================================================
--- zope.publisher/trunk/bootstrap.py	2007-03-21 05:28:02 UTC (rev 73407)
+++ zope.publisher/trunk/bootstrap.py	2007-03-21 05:53:10 UTC (rev 73408)
@@ -17,7 +17,7 @@
 The script accepts buildout command-line options, so you can
 use the -c option to specify an alternate configuration file.
 
-$Id: bootstrap.py 72703 2007-02-20 11:49:26Z jim $
+$Id$
 """
 
 import os, shutil, sys, tempfile, urllib2


Property changes on: zope.publisher/trunk/bootstrap.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: zope.publisher/trunk/buildout.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2007-03-21 05:28:02 UTC (rev 73407)
+++ zope.publisher/trunk/setup.py	2007-03-21 05:53:10 UTC (rev 73408)
@@ -21,7 +21,7 @@
 from setuptools import setup, find_packages
 
 setup(name='zope.publisher',
-      version='3.3dev',
+      version='3.4dev',
       url='http://svn.zope.org/zope.publisher',
       license='ZPL 2.1',
       description='Zope publisher',



More information about the Checkins mailing list