Skip to content

Commit

Permalink
bump new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Sep 11, 2009
1 parent 16fcc56 commit 0e60a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion restkit/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def __init__(self, uri, use_proxy=False, min_size=0, max_size=4):

def create(self):
return make_connection(self.uri, self.use_proxy)

def put(self, connection):
# close the connection if needed
if connection.sock is not None:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name = 'restkit',
version = '0.8.11',
version = '0.8.2',
description = 'Python REST kit',
long_description = \
"""An HTTP resource kit for Python""",
Expand Down

0 comments on commit 0e60a5d

Please sign in to comment.