We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3648938 commit 396ba73Copy full SHA for 396ba73
CHANGELOG.md
@@ -5,8 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
The format is based on [Keep a Changelog](http://keepachangelog.com/).
7
8
+## 3.1.1 - 2018-03-06
9
+
10
+### Fixed
11
+ - Fix missing sap namespace in response readers
12
13
## 3.1.0 - 2018-01-04
14
15
+### Changed
16
- Introduced sap namespace
17
18
## 3.0.1 - 2017-12-11
sap/cf_logging/__init__.py
@@ -9,7 +9,7 @@
from sap.cf_logging.core.framework import Framework
from sap.cf_logging.formatters.json_formatter import JsonFormatter
-__version__ = '3.1.0'
+__version__ = '3.1.1'
_setup_done = False # pylint: disable=invalid-name
framework = None # pylint: disable=invalid-name
0 commit comments