Skip to content

Commit

Permalink
Merge pull request #35 from robotframework-thailand/feature/fix-versi…
Browse files Browse the repository at this point in the history
…on-redis-client

fix version redis==4.1.0
  • Loading branch information
ohmrefresh authored Mar 10, 2022
2 parents 209a1e8 + 9f7b4c5 commit b22f5a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RedisLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Update this before release
VERSION = "1.2.4"
VERSION = "1.2.5"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
robotframework>=3.0
redis>=2.10.5
redis==4.1.0

0 comments on commit b22f5a8

Please sign in to comment.