summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-15 22:12:35 +0200
committerLars Wirzenius <liw@liw.fi>2015-11-15 22:12:35 +0200
commite1bac223c54f8f0c3c41e026623eab209dd3f095 (patch)
treeebad9dc03c653e8c1dd2c81b7c0cae1d3484f3cf
parent3a7ee88cb435573b5fc43250eb098234abf7fff4 (diff)
downloadobnam-1.18.2.tar.gz
Prepare release 1.18.2obnam-1.18.2
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/version.py2
-rwxr-xr-xsetup.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6fbb2758..3973813f 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ development, called `green-albatross`. It is **NOT** meant for real
use. It is likely to change in incompatible ways without warning. Do
not use it unless you're willing to lose your backup.
-Version 1.18.2, released UNRELEASED
+Version 1.18.2, released 2015-11-15
---------------------------------
Bug fixes:
diff --git a/debian/changelog b/debian/changelog
index 857ae7b9..f2b11025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-obnam (1.18.2-1) UNRELEASED; urgency=medium
+obnam (1.18.2-1) unstable; urgency=medium
* New upstream release. Closes:
- "Does not skip directories containing a CACHEDIR.TAG file"
(Closes: #804375)
- -- Lars Wirzenius <liw@liw.fi> Sun, 15 Nov 2015 21:28:32 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 15 Nov 2015 22:12:15 +0200
obnam (1.18.1-1) unstable; urgency=medium
diff --git a/obnamlib/version.py b/obnamlib/version.py
index 7e055230..792e5f90 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -15,4 +15,4 @@
#
# =*= License: GPL-3+ =*=
-__version__ = '1.18.1'
+__version__ = '1.18.2'
diff --git a/setup.py b/setup.py
index 3d62450e..375b57f2 100755
--- a/setup.py
+++ b/setup.py
@@ -329,7 +329,7 @@ class Check(Command):
setup(name='obnam',
- version='1.18.1',
+ version='1.18.2',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',