Skip to content

Commit

Permalink
update HISTORY.md and prepare for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rholder committed Jun 2, 2015
1 parent bdadb45 commit 22bdba6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,10 @@
History
-------

1.0.1 (2015-06-02)
++++++++++++++++++
- Add option to stream from stdin

1.0.0 (2015-04-23)
++++++++++++++++++
- Add retrying support with exponential backoff per chunk for bulk uploads
Expand Down
2 changes: 1 addition & 1 deletion csv2es.py
Expand Up @@ -26,7 +26,7 @@
from retrying import retry


__version__ = '1.0.1.dev0'
__version__ = '1.0.1'
thread_local = local()


Expand Down

0 comments on commit 22bdba6

Please sign in to comment.