[Checkins] SVN: zopyx.smartprintng.core/trunk/ updated

Andreas Jung andreas at andreas-jung.com
Sun Oct 5 08:18:37 EDT 2008


Log message for revision 91778:
  updated
  

Changed:
  U   zopyx.smartprintng.core/trunk/buildout.cfg
  U   zopyx.smartprintng.core/trunk/docs/HISTORY.txt
  U   zopyx.smartprintng.core/trunk/setup.py

-=-
Modified: zopyx.smartprintng.core/trunk/buildout.cfg
===================================================================
--- zopyx.smartprintng.core/trunk/buildout.cfg	2008-10-05 11:38:12 UTC (rev 91777)
+++ zopyx.smartprintng.core/trunk/buildout.cfg	2008-10-05 12:18:36 UTC (rev 91778)
@@ -1,5 +1,6 @@
 [buildout]
-parts = test
+parts = test 
+        scripts
 extensions = gp.svndevelop
 develop = zopyx.convert2
 svn-develop = svn://svn.zope.org/repos/main/zopyx.convert2/trunk/#egg=zopyx.convert2
@@ -7,4 +8,8 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = zopyx.smartprintng.core [test]
-
+     
+[scripts]
+recipe = zc.recipe.egg:scripts
+eggs = zopyx.smartprintng.core
+      

Modified: zopyx.smartprintng.core/trunk/docs/HISTORY.txt
===================================================================
--- zopyx.smartprintng.core/trunk/docs/HISTORY.txt	2008-10-05 11:38:12 UTC (rev 91777)
+++ zopyx.smartprintng.core/trunk/docs/HISTORY.txt	2008-10-05 12:18:36 UTC (rev 91778)
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-0.1 - Unreleased
-----------------
+2.0.0b1 (05.10.2008)
+--------------------
 
 * Initial release
 

Modified: zopyx.smartprintng.core/trunk/setup.py
===================================================================
--- zopyx.smartprintng.core/trunk/setup.py	2008-10-05 11:38:12 UTC (rev 91777)
+++ zopyx.smartprintng.core/trunk/setup.py	2008-10-05 12:18:36 UTC (rev 91778)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '2.0.0-dev'
+version = '2.0.0b1'
 
 setup(name='zopyx.smartprintng.core',
       version=version,



More information about the Checkins mailing list