From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 1 May 2007 06:11:23 +0000 (-0700)
Subject: v0.2.0b1-0-UNSTABLE
X-Git-Tag: allmydata-tahoe-0.2.0~34
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22file:/%22doc.html?a=commitdiff_plain;h=f724719744807715e471af1a790c57fb797b6272;p=tahoe-lafs%2Ftahoe-lafs.git

v0.2.0b1-0-UNSTABLE
---

diff --git a/relnotes.txt b/relnotes.txt
index bc356d3d..e4dd8f52 100644
--- a/relnotes.txt
+++ b/relnotes.txt
@@ -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
diff --git a/setup.py b/setup.py
index 67611dbb..2effe799 100644
--- 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.
diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py
index 24a86490..2baf0b53 100644
--- a/src/allmydata/__init__.py
+++ b/src/allmydata/__init__.py
@@ -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.