Skip to content

Commit

Permalink
release: v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAtticus committed Jun 1, 2016
1 parent 8cd6bee commit d7b0d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ to generate a valid token and use our APIs.

## Changelog

### 06/01/16 - v0.10.5
- Clients will reuse HTTP connections more intelligently

### 05/27/16 - v0.10.4
- Fix publishing/build process to include all dependencies

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from codecs import open
import sys

VERSION = '0.10.4'
VERSION = '0.10.5'

#converts markdown to reStructured
long_description = ""
Expand Down

0 comments on commit d7b0d80

Please sign in to comment.