File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
7
7
8
+ ## 4.2.4 - 2022-04-26
9
+
10
+ ### Update
11
+
12
+ - Update django version => 2.2.28
13
+
8
14
## 4.2.3 - 2022-03-23
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change 10
10
from sap .cf_logging .record .request_log_record import RequestWebRecord
11
11
from sap .cf_logging .record .simple_log_record import SimpleLogRecord
12
12
13
- __version__ = '4.2.3 '
13
+ __version__ = '4.2.4 '
14
14
15
15
_SETUP_DONE = False
16
16
FRAMEWORK = None
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ pylint==1.9.5; python_version == '2.7'
14
14
pylint==2.5.3; python_version >= '3.5'
15
15
tox
16
16
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'
You can’t perform that action at this time.
0 commit comments