Skip to content

Commit

Permalink
bump to 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Bui committed Nov 8, 2020
1 parent ca64b8d commit f89fc29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## 1.2.11 - 2020-11-07
- fix Sanip IP information is a str not a list #63

## 1.2.10 - 2020-10-15
- re fix #61 Using root logger + flask outside of flask request context throws RuntimeError

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="json-logging",
version='1.2.10',
version='1.2.11',
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'example', 'dist', 'build']),
license='Apache License 2.0',
description="JSON Python Logging",
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
wheel
flask==1.0
connexion[swagger-ui]
quart
Expand Down

0 comments on commit f89fc29

Please sign in to comment.