summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-04-17 10:54:32 +0100
committerLars Wirzenius <liw@liw.fi>2011-04-17 10:54:32 +0100
commit1fde664a24533da5de8f1602b4203844fd1004da (patch)
tree45f7aa8206609d87e416a9c8810d0fefd99c3983
parentc06c11c9f2b49bda0cf48b937f6654f8627c753a (diff)
downloadobnam-1fde664a24533da5de8f1602b4203844fd1004da.tar.gz
Bump version numbers for release.
-rw-r--r--debian/changelog6
-rw-r--r--obnamlib/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fe8038ee..f99545a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (0.16) squeeze; urgency=low
+
+ * New upstream release. The first BETA release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 17 Apr 2011 10:45:58 +0100
+
obnam (0.15.1) squeeze; urgency=low
* New upstream version.
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 86a760cf..6e6429a9 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-version = '0.15.1'
+version = '0.16'
import _obnam