Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lennybronner committed Nov 2, 2023
1 parent 75494bc commit b71bca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.2 (11/02/2023)
- fix: allow bootstrap model parameters to be of type int as well as float [#86](https://github.com/washingtonpost/elex-live-model/pull/86)
- fix: pass alpha to national summary client function [#87](https://github.com/washingtonpost/elex-live-model/pull/87)

## 2.0.1 (10/23/2023)
- chore: updating all required packages to their latest versions and addressing some warnings that surfaced during testing [#81](https://github.com/washingtonpost/elex-live-model/pull/81)
- fix: CLI no longer throws an error if `aggregates` are missing or specified with columns that don't exist in the data [#83](https://github.com/washingtonpost/elex-live-model/pull/83)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
LONG_DESCRIPTION = f.read()

# The full version, including alpha/beta/rc tags
RELEASE = "2.0.1"
RELEASE = "2.0.2"
# The short X.Y version
VERSION = ".".join(RELEASE.split(".")[:2])

Expand Down

0 comments on commit b71bca7

Please sign in to comment.