Skip to content

v4.2.4 #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'