summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@gytha>2008-05-31 19:07:34 +0300
committerLars Wirzenius <liw@gytha>2008-05-31 19:07:34 +0300
commit1d012149390b7aa2c6dcbd78d511fcb1326c1ac2 (patch)
tree87f99de241b4ccdce5bf75a2a087d28a147f2829
parent3e53f17702d9237f2c9d190c091e33fdb3c7851f (diff)
parentc28e930c83d3fbbfe92d119cc763be8097a15406 (diff)
downloadextrautils-1d012149390b7aa2c6dcbd78d511fcb1326c1ac2.tar.gz
Merged from upstream branch.
-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',