Skip to content

Commit

Permalink
2.10.5 (incrementing the version to avoid a pypi issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed Nov 3, 2015
1 parent 54c0308 commit ad8e232
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 2.10.4
* 2.10.5
* Allow URL encoded parameters in Redis URLs. Characters like a "/" can
now be URL encoded and redis-py will correctly decode them. Thanks
Paul Keene.
Expand All @@ -24,6 +24,8 @@
the maxclients limit being exceeded. Thanks Roman Karpovich.
* max_connections can now be set when instantiating client instances.
Thanks Ohad Perry.
* 2.10.4
(skipped due to a PyPI snafu)
* 2.10.3
* Fixed a bug with the bytearray support introduced in 2.10.2. Thanks
Josh Owen.
Expand Down
2 changes: 1 addition & 1 deletion redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
)


__version__ = '2.10.4'
__version__ = '2.10.5'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[wheel]
[bdist_wheel]
universal = 1

0 comments on commit ad8e232

Please sign in to comment.