summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-07 20:20:12 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-07 20:20:12 +0100
commit6e5d08a10e27090db4abe4941a3414e237641c94 (patch)
treeda542d9efa1a2255ed7174900b7618bfcbe625ed
parenteaaf79198bfa09f5219c9ad395a9a5c8f5683e25 (diff)
downloadcachedir-6e5d08a10e27090db4abe4941a3414e237641c94.tar.gz
Prepare release version 1.2cmdtest-1.2cachedir-1.2
-rw-r--r--NEWS6
-rwxr-xr-xcachedir4
-rw-r--r--debian/changelog5
-rw-r--r--setup.py4
4 files changed, 13 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 94cf506..eb9986e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
cachedir NEWS
============
+Version 1.2, released 2013-04-07
+--------------------------------
+
+* Add manual page.
+* Packaging fixes.
+
Version 1.1, released 2013-03-15
--------------------------------
diff --git a/cachedir b/cachedir
index ff5460d..85ede6f 100755
--- a/cachedir
+++ b/cachedir
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# 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
@@ -20,7 +20,7 @@ import os
import sys
-__version__ = '1.1'
+__version__ = '1.2'
class Cachedir(cliapp.Application):
diff --git a/debian/changelog b/debian/changelog
index 9283472..1855ac4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-cachedir (1.1-2) UNRELEASED; urgency=low
+cachedir (1.2-1) unstable; urgency=low
* Add build and runtime dependency on python-cliapp.
+ * New upstream release.
- -- Lars Wirzenius <liw@liw.fi> Fri, 05 Apr 2013 22:30:48 +0100
+ -- Lars Wirzenius <liw@liw.fi> Sun, 07 Apr 2013 20:19:43 +0100
cachedir (1.1-1) unstable; urgency=low
diff --git a/setup.py b/setup.py
index 74d5556..f675878 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (C) 2008-2012 Lars Wirzenius <liw@liw.fi>
+# Copyright (C) 2008-2013 Lars Wirzenius <liw@liw.fi>
#
# 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
@@ -64,7 +64,7 @@ class Check(Command):
setup(name='cachedir',
- version='1.1',
+ version='1.2',
description='Tag/untag cache directories',
author='Lars Wirzenius',
author_email='liw@liw.fi',