Skip to content

Commit

Permalink
bump: version 5.0.4 → 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Nov 22, 2023
1 parent d19caaa commit 63c2590
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v6.0.0 (2023-11-22)

### Fix

- added game_key field to roster_position_df in LeagueParser

## v5.0.4 (2023-11-22)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "yahoo-parser"
version = "5.0.4"
version = "6.0.0"
description = 'Parse json response from Yahoo Fantasy API'
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -101,7 +101,7 @@ packages = ["src/yahoo_parser"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "5.0.4"
version = "6.0.0"
version_files = [
"src/yahoo_parser/__about__.py",
"pyproject.toml:version"
Expand Down
2 changes: 1 addition & 1 deletion src/yahoo_parser/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present Tim Cuddeback <cuddebtj@gmail.com>
#
# SPDX-License-Identifier: MIT
__version__ = "5.0.4"
__version__ = "6.0.0"

0 comments on commit 63c2590

Please sign in to comment.