Skip to content

Commit f89fc29

Browse files
author
Bob Bui
committedNov 8, 2020
bump to 1.2.11
1 parent ca64b8d commit f89fc29

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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+
## 1.2.11 - 2020-11-07
8+
- fix Sanip IP information is a str not a list #63
9+
710
## 1.2.10 - 2020-10-15
811
- re fix #61 Using root logger + flask outside of flask request context throws RuntimeError
912

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

‎test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
wheel
12
flask==1.0
23
connexion[swagger-ui]
34
quart

0 commit comments

Comments
 (0)