Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit e228788

Browse files
committed
Version Bump - v2.0.1
1 parent 21d84b3 commit e228788

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2020-10-12
8+
### Added
9+
- Support Pypi long descripton - @ereli-cb
10+
### Changed
11+
- You can now rename output fields - @schlitzered
12+
713
## [2.0.0] - 2020-09-26
814
### Added
915
- New Changelog
@@ -19,8 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925
- Support for Python 3.7
2026
### Changed
2127
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)
22-
### Removed
2328

2429

25-
[2.0]: https://github.com/madzak/python-json-logger/compare/v0.1.11...HEAD
30+
[2.0.1]: https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1
31+
[2.0.0]: https://github.com/madzak/python-json-logger/compare/v0.1.11...v2.0.0
2632
[0.1.11]: https://github.com/madzak/python-json-logger/compare/v0.1.10...v0.1.11

setup.py

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

99
setup(
1010
name="python-json-logger",
11-
version="2.0.0",
11+
version="2.0.1",
1212
url="http://github.com/madzak/python-json-logger",
1313
license="BSD",
1414
description="A python library adding a json log formatter",

0 commit comments

Comments
 (0)