Skip to content

Commit c105ec5

Browse files
update django version 2.2.28 (#66)
1 parent bc5213b commit c105ec5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/).
77

8+
## 4.2.4 - 2022-04-26
9+
10+
### Update
11+
12+
- Update django version => 2.2.28
13+
814
## 4.2.3 - 2022-03-23
915

1016
### Fixed

sap/cf_logging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from sap.cf_logging.record.request_log_record import RequestWebRecord
1111
from sap.cf_logging.record.simple_log_record import SimpleLogRecord
1212

13-
__version__ = '4.2.3'
13+
__version__ = '4.2.4'
1414

1515
_SETUP_DONE = False
1616
FRAMEWORK = None

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pylint==1.9.5; python_version == '2.7'
1414
pylint==2.5.3; python_version >= '3.5'
1515
tox
1616
django==1.11.29; python_version == '2.7'
17-
django==2.2.13; python_version >= '3.5'
17+
django==2.2.28; python_version >= '3.5'

0 commit comments

Comments
 (0)