summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--HISTORY.rst6
-rw-r--r--NOTICE0
-rwxr-xr-xtabbed2
4 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 897c9ee..91c9479 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
# application builds
build/*
dist/*
+MANIFEST
# python skin
.pyc
@@ -13,4 +14,4 @@ profile
# pycharm noise
.idea
.idea/*
-hi
+
diff --git a/HISTORY.rst b/HISTORY.rst
index 996624f..537f471 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,12 @@
History
=======
+0.6.1 (2010-09-12)
+------------------
+
+* Packaging hotfixes
+
+
0.6.0 (2010-09-11)
------------------
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index e69de29..0000000
--- a/NOTICE
+++ /dev/null
diff --git a/tabbed b/tabbed
index 11986a1..3905612 100755
--- a/tabbed
+++ b/tabbed
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""
-Tabbed
+Tabbed
Copyright (c) 2010 Kenneth Reitz. MIT License.
"""