summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@gytha>2008-05-31 19:06:39 +0300
committerLars Wirzenius <liw@gytha>2008-05-31 19:06:39 +0300
commitc28e930c83d3fbbfe92d119cc763be8097a15406 (patch)
tree829629faf969063a5a173c8467f26de69390765e
parentf3a56e1ad361d0586d146aab31e2fb8b790924ce (diff)
downloadextrautils-c28e930c83d3fbbfe92d119cc763be8097a15406.tar.gz
Release version 1.1.
-rw-r--r--NEWS8
-rw-r--r--setup.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..458938d
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,8 @@
+NEWS for extrautils
+===================
+
+
+Version 1.1, released 2008-05-31
+--------------------------------
+
+* First real release.
diff --git a/setup.py b/setup.py
index e7bdd73..6dc21c8 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(name='extrautils',
- version='1.0',
+ version='1.1',
description='Collection of miscellaneous Unix command line utilities',
author='Lars Wirzenius',
author_email='liw@iki.fi',