]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
v0.2.0b1-0-UNSTABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 May 2007 06:11:23 +0000 (23:11 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 1 May 2007 06:11:23 +0000 (23:11 -0700)
relnotes.txt
setup.py
src/allmydata/__init__.py

index bc356d3d0f45b67e148f7253192a87c37c67c6bd..e4dd8f52b23b0dbc115a28b9a6da15a43f006468 100644 (file)
@@ -110,7 +110,7 @@ separately: [13]).
 
 
 [1]  http://allmydata.com
-[2]  http://allmydata.org/source/tahoe/tahoe-0.1.4b2-0-UNSTABLE.tar.gz
+[2]  http://allmydata.org/source/tahoe/tahoe-0.2.0b1-0-UNSTABLE.tar.gz
 [3]  http://allmydata.org/trac/tahoe/browser/README
 [4]  http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
 [5]  http://allmydata.org/trac/tahoe/browser/roadmap.txt
index 67611dbb9d61ebb636bc9d96c3e3ddf89efef1c9..2effe79954fcf441b87b673f75cadf466a26296d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ trove_classifiers=[
     ]
 
 setup(name='allmydata-tahoe',
-      version='0.1.4b2',
+      version='0.2.0b1',
       description='secure, distributed storage grid',
       long_description="""Welcome to the AllMyData "tahoe" project. This project implements a
 secure, distributed, fault-tolerant storage grid.
index 24a86490b87f98727f94e5df993e554294a4af90..2baf0b530ec9d874d46ea3020b9fb6c450ec0a9d 100644 (file)
@@ -10,7 +10,7 @@ from util.version import Version
 
 # For an explanation of what the parts of the version string mean,
 # please see pyutil.version.
-__version__ = Version("0.1.4b2-0-UNSTABLE")
+__version__ = Version("0.2.0b1-0-UNSTABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.