summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-03-16 10:41:50 +0000
committerLars Wirzenius <liw@liw.fi>2013-03-16 10:41:50 +0000
commitbb815e8be0f12237dca687bf1d56406aa307ffd4 (patch)
tree2689bbae3029a66215111825373d13d95f8b9630
parentd02a60bd6c53b0c1fdbe9ca220a7645a6832aa1e (diff)
downloadlarch-bb815e8be0f12237dca687bf1d56406aa307ffd4.tar.gz
Prepare release version 1.20130316larch-1.201303161.20130316
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--larch/__init__.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3eea7c2..33d95d7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ NEWS for larch
These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Ohad Rodeh.
-Version UNRELEASED
+Version 1.20130316
------------------
* Fsck now check for missing nodes, and optionally fixes them by
diff --git a/debian/changelog b/debian/changelog
index ae08da3..5df232d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-larch (1.20130316-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 16 Mar 2013 10:41:30 +0000
+
python-larch (1.20121216-1) unstable; urgency=low
* New upstream release.
diff --git a/larch/__init__.py b/larch/__init__.py
index 7538ad8..0f51f09 100644
--- a/larch/__init__.py
+++ b/larch/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.20121216'
+__version__ = '1.20130316'
class Error(Exception):