Skip to content

Commit

Permalink
Merge pull request #142 from IlyaSkriblovsky/1.4.6
Browse files Browse the repository at this point in the history
1.4.6
  • Loading branch information
IlyaSkriblovsky authored Nov 20, 2019
2 parents 54ef959 + 632bb98 commit 9e95128
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## Release 1.4.6 (UNRELEASED)
## Release 1.4.6 (2019-11-20)

### Bugfixes

- Fixed authentication with Sentinel

- replyTimeout connection argument fixed. All query methods except `blpop()`,
`brpop()`, `brpoplpush()` now raise `TimeoutError` if reply wasn't received
within `replyTimeout` seconds.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setuptools.setup(
name="txredisapi",
version="1.4.5",
version="1.4.6",
py_modules=["txredisapi"],
install_requires=[twisted_version, "six"],
author="Alexandre Fiori",
Expand Down
2 changes: 1 addition & 1 deletion txredisapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2805,4 +2805,4 @@ def slave_for(self, service_name, factory_class=SentinelConnectionFactory,
]

__author__ = "Alexandre Fiori"
__version__ = version = "1.4.5"
__version__ = version = "1.4.6"

0 comments on commit 9e95128

Please sign in to comment.