summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--genbackupdatalib/__init__.py2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8bf1129..882cb8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for genbackupdata
======================
+Version 1.7, released 2012-09-29
+--------------------------------
+
+* Updated README.
+
Version 1.6, released 2011-08-22
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 1073750..d1015ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+genbackupdata (1.7-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Sep 2012 16:58:15 +0100
+
genbackupdata (1.6-1) unstable; urgency=low
* First upload to Debian. (Closes: #636445)
diff --git a/genbackupdatalib/__init__.py b/genbackupdatalib/__init__.py
index 549bfba..47e517c 100644
--- a/genbackupdatalib/__init__.py
+++ b/genbackupdatalib/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.6'
+__version__ = '1.7'
from generator import DataGenerator
from names import NameGenerator