diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-12 13:12:21 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-12 13:12:21 -0400 |
| commit | 1a122f2a4d42caf02c840530285b2b39a8e7185c (patch) | |
| tree | 44ffceffda48e5d0ffb9340840d8b7be471df2fe | |
| parent | ac4b568cba0fa76230a831194bdbf5b81c37a6da (diff) | |
| download | tablib-1a122f2a4d42caf02c840530285b2b39a8e7185c.tar.gz | |
gitignore
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | HISTORY.rst | 6 | ||||
| -rw-r--r-- | NOTICE | 0 | ||||
| -rwxr-xr-x | tabbed | 2 |
4 files changed, 9 insertions, 2 deletions
@@ -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) ------------------ @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Tabbed +Tabbed Copyright (c) 2010 Kenneth Reitz. MIT License. """ |
