summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-09-12 13:12:21 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-09-12 13:12:21 -0400
commit1a122f2a4d42caf02c840530285b2b39a8e7185c (patch)
tree44ffceffda48e5d0ffb9340840d8b7be471df2fe
parentac4b568cba0fa76230a831194bdbf5b81c37a6da (diff)
downloadtablib-1a122f2a4d42caf02c840530285b2b39a8e7185c.tar.gz
gitignore
-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.
"""