Skip to content

Commit f3e6712

Browse files
committed
release 0.1.1
1 parent be9423a commit f3e6712

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## 0.1.1 - 2019-05-22
8+
- fix: connexion under gunicorn has no has_request() #22
9+
710
## 0.1.0 - 2019-05-20
811
- Add [Connexion](https://github.com/zalando/connexion) support
912

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="json-logging",
15-
version='0.1.0',
15+
version='0.1.1',
1616
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'example', 'dist', 'build']),
1717
license='Apache License 2.0',
1818
description="JSON Python Logging",

0 commit comments

Comments
 (0)