summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-10-13 18:03:05 +0100
committerLars Wirzenius <liw@liw.fi>2012-10-13 18:03:05 +0100
commit26b07a383def140e63d705f33f0cabfeecdd2d4e (patch)
tree0487bd160b83ae2f2a4d30f74b5fb9b26e9b806f
parent711600af2fad6170c8ea0199b8ec033f0c60d48c (diff)
downloadcachedir-26b07a383def140e63d705f33f0cabfeecdd2d4e.tar.gz
Prepare release 1.0cachedir-1.0
-rw-r--r--NEWS6
-rwxr-xr-xcachedir2
-rw-r--r--debian/changelog2
-rw-r--r--setup.py2
4 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 81b01d9..a935c37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
cachdir NEWS
============
-There has been no release of cachedir yet.
+Version 1.0, released 2012-10-13
+--------------------------------
+
+* First release.
+
diff --git a/cachedir b/cachedir
index e2c65bc..a16bb3c 100755
--- a/cachedir
+++ b/cachedir
@@ -20,7 +20,7 @@ import os
import sys
-__version__ = '0.0'
+__version__ = '1.0'
class Cachedir(cliapp.Application):
diff --git a/debian/changelog b/debian/changelog
index a081c81..c60e14f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cachedir (0.0) unstable; urgency=low
+cachedir (1.0) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
diff --git a/setup.py b/setup.py
index deabc14..9d0ad31 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ import glob
setup(name='cachedir',
- version='0.0',
+ version='1.0',
description='Tag/untag cache directories',
author='Lars Wirzenius',
author_email='liw@liw.fi',