Skip to content

Commit

Permalink
bump redis version for #384, bump combine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghukill committed Mar 12, 2019
1 parent 2b81774 commit 1c1d52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion combine/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


# Combine Version
COMBINE_VERSION = 'v0.6'
COMBINE_VERSION = 'v0.6.1'


# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ backports.shutil-get-terminal-size==1.0.0
blinker==1.4
boto3
bs4==0.0.1
redis==2.10.6
redis==3.2.0
celery[redis]
certifi==2017.7.27.1
chardet==3.0.4
Expand Down

0 comments on commit 1c1d52b

Please sign in to comment.