summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog5
-rw-r--r--obbenchlib/version.py4
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 25addc5..f1a925d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for obbench
=====================
-Version 0.13+git, not yet released
+Version 0.14, released 2016-03-13
----------------------------------
* Run `obnam` without `--trace` to avoid huge log files.
diff --git a/debian/changelog b/debian/changelog
index 985bbb3..c3b84fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-obbench (0.13+git-1) UNRELEASED; urgency=medium
+obbench (0.14-1) unstable; urgency=medium
* Stop using obnam --trace to avoid huge log files.
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 13 Mar 2016 17:30:17 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 13 Mar 2016 20:02:54 +0200
obbench (0.13-1) unstable; urgency=medium
diff --git a/obbenchlib/version.py b/obbenchlib/version.py
index 9afc397..b8b73a0 100644
--- a/obbenchlib/version.py
+++ b/obbenchlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.13+git"
-__version_info__ = (0, 13, '+git')
+__version__ = "0.14"
+__version_info__ = (0, 14)