We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c8e526 + e024d34 commit 7a81308Copy full SHA for 7a81308
.travis.yml
@@ -1,6 +1,6 @@
1
language: python
2
python:
3
- - "3.7"
+ - "3.9"
4
install: "pip install -r requirements.txt"
5
script: make clean test coverage docs dist
6
deploy:
CHANGE.md
@@ -1,6 +1,10 @@
Change Log: `robotframework-redislibrary`
================================
+## Version 1.2.7
+**Date:** 01-Oct-2024
+- Update travis python 3.7 to 3.9
7
+
8
## Version 1.2.6
9
**Date:** 01-Oct-2024
10
- Update connect_to_redis_from_url https://github.com/robotframework-thailand/robotframework-redislibrary/pull/38
RedisLibrary/version.py
@@ -1,2 +1,2 @@
# Update this before release
-VERSION = "1.2.6"
+VERSION = "1.2.7"
0 commit comments