summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--debian/changelog2
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a6f2fb00..1e0fd47b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,12 +3,15 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 1.7.3, released 2014-03-31
+Version 1.7.4, released 2014-03-31
--------------------------------
* The manual is now dual-licensed under GNU GPL v3 or later, and
Creative Commons CC-BY-SA 4.0.
+* The 1.7.3 release never went out. Let's pretend it wasn't even
+ tagged in git, and everyone will be happy.
+
Bug fixes:
* Obnam FUSE got another bug fix from Valery Yundin, to fix a bug I
diff --git a/debian/changelog b/debian/changelog
index 5ba45b63..3d372908 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (1.7.3-1) unstable; urgency=low
+obnam (1.7.4-1) unstable; urgency=low
* New upstream release.
* Fix "several consecutive runs back up unmodified files"
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 33bc00a0..b85c6179 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.7.3'
+__version__ = '1.7.4'
diff --git a/setup.py b/setup.py
index 87ec4813..dedd53e4 100644
--- a/setup.py
+++ b/setup.py
@@ -177,7 +177,7 @@ class Check(Command):
setup(name='obnam',
- version='1.7.3',
+ version='1.7.4',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',