From bb815e8be0f12237dca687bf1d56406aa307ffd4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Mar 2013 10:41:50 +0000 Subject: Prepare release version 1.20130316 --- NEWS | 2 +- debian/changelog | 6 ++++++ larch/__init__.py | 2 +- 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 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 . -__version__ = '1.20121216' +__version__ = '1.20130316' class Error(Exception): -- cgit v1.2.1