From bbd34c05cab63b9d6845538308757c348e1a16f6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 8 Aug 2013 21:51:20 +0100 Subject: Prepare release version 1.20130808 --- NEWS | 2 +- debian/changelog | 6 ++++++ larch/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 85d867a..9525fc2 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.20130808 ------------------ * Bug fix in how Larch handles partly-comitted B-tree journals diff --git a/debian/changelog b/debian/changelog index 5df232d..85676e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-larch (1.20130808-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Thu, 08 Aug 2013 21:51:05 +0100 + python-larch (1.20130316-1) unstable; urgency=low * New upstream release. diff --git a/larch/__init__.py b/larch/__init__.py index 0f51f09..691d107 100644 --- a/larch/__init__.py +++ b/larch/__init__.py @@ -14,7 +14,7 @@ # along with this program. If not, see . -__version__ = '1.20130316' +__version__ = '1.20130808' class Error(Exception): -- cgit v1.2.1