Skip to content

Commit 7a81308

Browse files
authored
Merge pull request #43 from robotframework-thailand/feature/release-version
Feature/release version
2 parents 1c8e526 + e024d34 commit 7a81308

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "3.7"
3+
- "3.9"
44
install: "pip install -r requirements.txt"
55
script: make clean test coverage docs dist
66
deploy:

CHANGE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log: `robotframework-redislibrary`
22
================================
33

4+
## Version 1.2.7
5+
**Date:** 01-Oct-2024
6+
- Update travis python 3.7 to 3.9
7+
48
## Version 1.2.6
59
**Date:** 01-Oct-2024
610
- Update connect_to_redis_from_url https://github.com/robotframework-thailand/robotframework-redislibrary/pull/38

RedisLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Update this before release
2-
VERSION = "1.2.6"
2+
VERSION = "1.2.7"

0 commit comments

Comments
 (0)