summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-03-15 19:03:51 +0000
committerLars Wirzenius <liw@liw.fi>2013-03-15 19:03:51 +0000
commit1f4d58a43c155d5e9e59858c57e8992a5c05a4c3 (patch)
treeb69c908b3cd0290632a0368846f2f7126bbab867
parent121988c0a065f6dcc2280e8842dab9d5ce742c1b (diff)
downloadcachedir-1f4d58a43c155d5e9e59858c57e8992a5c05a4c3.tar.gz
Prepare release version 1.1
-rw-r--r--NEWS5
-rw-r--r--README2
-rwxr-xr-xcachedir2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
5 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 853f0c5..94cf506 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
cachedir NEWS
============
+Version 1.1, released 2013-03-15
+--------------------------------
+
+* Test suite fixes.
+
Version 1.0, released 2012-10-13
--------------------------------
diff --git a/README b/README
index e022d27..b6cfe91 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ according to the <http://www.bford.info/cachedir/> specification.
Legalese
--------
-Copyright 2012 Lars Wirzenius
+Copyright 2012, 2013 Lars Wirzenius
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cachedir b/cachedir
index a16bb3c..ff5460d 100755
--- a/cachedir
+++ b/cachedir
@@ -20,7 +20,7 @@ import os
import sys
-__version__ = '1.0'
+__version__ = '1.1'
class Cachedir(cliapp.Application):
diff --git a/debian/changelog b/debian/changelog
index c60e14f..1848bff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cachedir (1.1-1) UNRELEASED; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 15 Mar 2013 19:03:29 +0000
+
cachedir (1.0) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/setup.py b/setup.py
index 9d0ad31..79333f5 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ import glob
setup(name='cachedir',
- version='1.0',
+ version='1.1',
description='Tag/untag cache directories',
author='Lars Wirzenius',
author_email='liw@liw.fi',