Skip to content

Commit

Permalink
Oops; make Pottery require redis-py >= 3.4.0 (#168)
Browse files Browse the repository at this point in the history
* Oops; make Pottery require redis-py >= 3.4.0

* Bump version number
  • Loading branch information
brainix authored Feb 1, 2020
1 parent 95c01f2 commit 91353b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pottery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


__title__ = 'pottery'
__version__ = '0.68'
__version__ = '0.69'
__description__, __long_description__ = (
s.strip() for s in __doc__.split(sep='\n\n', maxsplit=1)
)
Expand Down
2 changes: 1 addition & 1 deletion requirements-to-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --------------------------------------------------------------------------- #


redis>=3.0.0
redis>=3.4.0
mmh3

isort
Expand Down

0 comments on commit 91353b2

Please sign in to comment.