summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-13 09:00:44 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-13 09:00:44 +0300
commit1c08b04ae35df3183e219814faceb842d2301a0f (patch)
treec49346301d7b57feb60ec3862a7ca5e9439e6545
parent0541ad3bc1602fbd13a9d674631dad89ee5316ac (diff)
downloadcachedir-1c08b04ae35df3183e219814faceb842d2301a0f.tar.gz
Prepare release version 1.3cachedir-1.3
-rw-r--r--NEWS5
-rwxr-xr-xcachedir2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
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 <liw@liw.fi> 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',