summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-03-13 17:30:17 +0200
committerLars Wirzenius <liw@liw.fi>2016-03-13 17:30:17 +0200
commitb121091edec87614d2b84be00af08c598c07125f (patch)
tree334d2e59c8893bd498649e6722b454a994c45e9e
parent415b20956f6d43700ac23561dded7e6a87d2bfbc (diff)
downloadobnam-benchmarks-b121091edec87614d2b84be00af08c598c07125f.tar.gz
Prepare to release version 0.13obbench-0.13
-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 55733c6..3005d78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for obbench
=====================
-Version 0.12+git, not yet released
+Version 0.13, released 2016-03-13
----------------------------------
* `obbench` now records and publishes the Obnam log file for each
diff --git a/debian/changelog b/debian/changelog
index 5b70448..9741663 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-obbench (0.12+git-1) UNRELEASED; urgency=medium
+obbench (0.13-1) unstable; urgency=medium
*
+ * New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 08 Mar 2016 12:23:48 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 13 Mar 2016 17:30:17 +0200
obbench (0.12-1) unstable; urgency=medium
diff --git a/obbenchlib/version.py b/obbenchlib/version.py
index b107890..3f93f89 100644
--- a/obbenchlib/version.py
+++ b/obbenchlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.12+git"
-__version_info__ = (0, 12, '+git')
+__version__ = "0.13"
+__version_info__ = (0, 13)