summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-01 18:50:03 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-01 18:50:03 +0300
commit945484e2853ffd45edc8e59d1b06dd240c9c9888 (patch)
tree48c3c5819084667b38650b3bf8b345b579443aa5
parentce665e108827cbfc9170a04f83fe0a13a1f21b14 (diff)
downloadobnam-945484e2853ffd45edc8e59d1b06dd240c9c9888.tar.gz
Update version numbers for 1.13
-rw-r--r--NEWS2
-rw-r--r--obnamlib/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 92d28110..d26c7235 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 1.13, released UNRELEASED
+Version 1.13, released 2015-08-01
---------------------------------
Bug fixes:
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 4057c846..cd919068 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.12'
+__version__ = '1.13'
# Import _obnam if it is there. We need to be able to do things without
diff --git a/setup.py b/setup.py
index 42987f9e..19af371b 100755
--- a/setup.py
+++ b/setup.py
@@ -294,7 +294,7 @@ class Check(Command):
setup(name='obnam',
- version='1.12',
+ version='1.13',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',