Skip to content

Commit

Permalink
correct version 1.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Bui committed Aug 31, 2020
1 parent 40855ad commit bb12bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ 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.7 - 2020-08-27
## 1.2.8 - 2020-08-27
- Fix #57

## 1.2.7 - 2020-08-27
- yanked, wrong branch released

## 1.2.6 - 2020-08-05
- Fix condition for checking root logger handlers #53

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.7',
version='1.2.8',
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'example', 'dist', 'build']),
license='Apache License 2.0',
description="JSON Python Logging",
Expand Down

0 comments on commit bb12bf0

Please sign in to comment.