Skip to content

Commit bb12bf0

Browse files
author
Bob Bui
committed
correct version 1.2.8 release
1 parent 40855ad commit bb12bf0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ 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.7 - 2020-08-27
7+
## 1.2.8 - 2020-08-27
88
- Fix #57
99

10+
## 1.2.7 - 2020-08-27
11+
- yanked, wrong branch released
12+
1013
## 1.2.6 - 2020-08-05
1114
- Fix condition for checking root logger handlers #53
1215

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='1.2.7',
15+
version='1.2.8',
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)