Skip to content

Commit

Permalink
update django version 2.2.28 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaslenkovsap authored May 11, 2022
1 parent bc5213b commit c105ec5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

## 4.2.4 - 2022-04-26

### Update

- Update django version => 2.2.28

## 4.2.3 - 2022-03-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sap/cf_logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from sap.cf_logging.record.request_log_record import RequestWebRecord
from sap.cf_logging.record.simple_log_record import SimpleLogRecord

__version__ = '4.2.3'
__version__ = '4.2.4'

_SETUP_DONE = False
FRAMEWORK = None
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pylint==1.9.5; python_version == '2.7'
pylint==2.5.3; python_version >= '3.5'
tox
django==1.11.29; python_version == '2.7'
django==2.2.13; python_version >= '3.5'
django==2.2.28; python_version >= '3.5'

0 comments on commit c105ec5

Please sign in to comment.