File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 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/).
55
66The 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
Original file line number Diff line number Diff line change 1010from sap .cf_logging .record .request_log_record import RequestWebRecord
1111from 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
1616FRAMEWORK = None
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ pylint==1.9.5; python_version == '2.7'
1414pylint==2.5.3; python_version >= '3.5'
1515tox
1616django==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