Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gvachkov committed Jul 10, 2018
1 parent 3834f10 commit 32199a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.0.1 - 2018-07-10

### Fixed

- Log error throws an exception

## 4.0.0 - 2018-07-04

### Added
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.0.0'
__version__ = '4.0.1'

_SETUP_DONE = False
FRAMEWORK = None
Expand Down

0 comments on commit 32199a9

Please sign in to comment.