From 1c08b04ae35df3183e219814faceb842d2301a0f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 13 Oct 2015 09:00:44 +0300 Subject: Prepare release version 1.3 --- NEWS | 5 +++++ cachedir | 2 +- debian/changelog | 6 ++++++ setup.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index eb9986e..314ab0e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ cachedir NEWS ============ +Version 1.3, released 2015-10-13 +-------------------------------- + +* Force a jessie build. + Version 1.2, released 2013-04-07 -------------------------------- diff --git a/cachedir b/cachedir index 5658e98..07d7a3d 100755 --- a/cachedir +++ b/cachedir @@ -20,7 +20,7 @@ import os import sys -__version__ = '1.2' +__version__ = '1.3' class Cachedir(cliapp.Application): diff --git a/debian/changelog b/debian/changelog index 1855ac4..f9b1317 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cachedir (1.3-1) unstable; urgency=medium + + * Force jessie build. + + -- Lars Wirzenius Tue, 13 Oct 2015 08:59:51 +0300 + cachedir (1.2-1) unstable; urgency=low * Add build and runtime dependency on python-cliapp. diff --git a/setup.py b/setup.py index 388df5e..7405b77 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ class Check(Command): setup(name='cachedir', - version='1.2', + version='1.3', description='Tag/untag cache directories', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1