summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-12-16 19:02:44 +0000
committerLars Wirzenius <liw@liw.fi>2012-12-16 19:02:44 +0000
commit31503336c52eadce1ec923a95d909c97c6680a1a (patch)
tree3ce97cbc71c9b095201b5ef4c359f215ddceb8c2
parent8e93ee489cebaf0816b727dae4cc8d33c7ea3179 (diff)
downloadlarch-1.20121216.tar.gz
Prepare release version 1.20121216larch-1.20121216
-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 f7ceb9f..bc313e7 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.20121216
------------------
* Make fsck progress reporting be a bit more fine grained.
diff --git a/debian/changelog b/debian/changelog
index f32be1d..ae08da3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-larch (1.20121216-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 16 Dec 2012 19:00:56 +0000
+
python-larch (1.20121006-1) unstable; urgency=low
* New upstream release.
diff --git a/larch/__init__.py b/larch/__init__.py
index 011392b..7538ad8 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.20121006'
+__version__ = '1.20121216'
class Error(Exception):