[Checkins] SVN: lovely.buildouthttp/trunk/ version bump

Bernd Dorn bernd.dorn at lovelysystems.com
Wed Mar 24 04:55:08 EDT 2010


Log message for revision 110141:
  version bump

Changed:
  U   lovely.buildouthttp/trunk/CHANGES.txt
  U   lovely.buildouthttp/trunk/setup.py

-=-
Modified: lovely.buildouthttp/trunk/CHANGES.txt
===================================================================
--- lovely.buildouthttp/trunk/CHANGES.txt	2010-03-24 08:52:03 UTC (rev 110140)
+++ lovely.buildouthttp/trunk/CHANGES.txt	2010-03-24 08:55:08 UTC (rev 110141)
@@ -2,8 +2,8 @@
 Changes for lovely.buildouthttp
 ===============================
 
-trunk
-=====
+2010/03/24 0.3.0a1:
+===================
 
 - added github authentication, which now allows to download from
   private github repositories

Modified: lovely.buildouthttp/trunk/setup.py
===================================================================
--- lovely.buildouthttp/trunk/setup.py	2010-03-24 08:52:03 UTC (rev 110140)
+++ lovely.buildouthttp/trunk/setup.py	2010-03-24 08:55:08 UTC (rev 110141)
@@ -16,11 +16,11 @@
 name='lovely.buildouthttp'
 setup(
     name = name,
-    version = "0.2.3",
+    version = "0.3.0a1",
     author = "Lovely Systems GmbH",
     author_email = "office at lovelysystems.com",
-    description = "Specialized zc.buildout plugin to add http basic" \
-                  "authentication support with a pwd file.",
+    description = "Specialized zc.buildout plugin to add http"
+                  " authentication support.",
     long_description = long_description,
     license = "ZPL 2.1",
     keywords = "buildout http authentication",



More information about the checkins mailing list