summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index af3a83a..c7c2c84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
NEWS file for obbench
=====================
-Version 0.1, released 2015-12-16
+Version 0.2, released 2015-12-27
+--------------------------------
+
+* Fix updating a git clone.
+
+Version 0.1, released 2015-12-26
--------------------------------
* First release after a rewrite.
diff --git a/debian/changelog b/debian/changelog
index 3542813..b8a39ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obbench (0.2-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 27 Dec 2015 12:45:56 +0100
+
obbench (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/setup.py b/setup.py
index a44b7dd..2e20143 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obbench',
- version='0.1',
+ version='0.2',
description='Obnam benchmarking',
author='Lars Wirzenius',
author_email='liw@liw.fi',