Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhfrank committed Feb 28, 2013
1 parent 4e3e716 commit bb922e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.2.8 - 2013-02-28
* Fix compatibility issues wth boto>=2.7.0

Version 0.2.6 - 2013-01-10
* Allow user-defined IOLoop
* Change error construction to comply with boto 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
packages=['asyncdynamo'],
install_requires=['tornado', 'boto>=2.3.0'],
requires=['tornado'],
download_url="https://github.com/bitly/asyncdynamo/archive/%s.tar.gz" % version,
download_url="https://s3.amazonaws.com/bitly-downloads/asyncdynamo/asyncdynamo-%s.tar.gz" % version,
)

0 comments on commit bb922e6

Please sign in to comment.