Skip to content

Commit

Permalink
Bump to 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guoguo12 committed Sep 16, 2020
1 parent 8a828c7 commit 4b95ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.1.2 – 2020-09-15
### Fixed
- Fix parsing of `artist` for entries that are missing artists (#71).

## 6.1.1 – 2020-09-15
### Fixed
- Fix parsing of `previousDate`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name="billboard.py",
version="6.1.1", # Don't forget to update CHANGELOG.md!
version="6.1.2", # Don't forget to update CHANGELOG.md!
description="Python API for downloading Billboard charts",
author="Allen Guo",
author_email="guoguo12@gmail.com",
Expand Down

0 comments on commit 4b95ecb

Please sign in to comment.