From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 30 Apr 2007 06:00:08 +0000 (-0700)
Subject: v0.1.2-0-UNSTABLE
X-Git-Tag: allmydata-tahoe-0.2.0~68
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%22file:/rgr-080307.php?a=commitdiff_plain;h=2fd7b81fba4a2974a3ff3793514a34250170ff7f;p=tahoe-lafs%2Ftahoe-lafs.git

v0.1.2-0-UNSTABLE
---

diff --git a/setup.py b/setup.py
index afe9b8ec..892423c8 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ trove_classifiers=[
     ]
 
 setup(name='allmydata-tahoe',
-      version='0.1.1',
+      version='0.1.2',
       description='secure, distributed storage mesh',
       long_description="""Welcome to the AllMyData "tahoe" project. This project implements a
 secure, distributed, fault-tolerant storage mesh.
diff --git a/src/allmydata/__init__.py b/src/allmydata/__init__.py
index b717114c..0c05ffd0 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.1-1-UNSTABLE")
+__version__ = Version("0.1.2-0-UNSTABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.