From 1f4d58a43c155d5e9e59858c57e8992a5c05a4c3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Mar 2013 19:03:51 +0000 Subject: Prepare release version 1.1 --- NEWS | 5 +++++ README | 2 +- cachedir | 2 +- debian/changelog | 6 ++++++ setup.py | 2 +- 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 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 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', -- cgit v1.2.1