Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2.1 #129

Merged
merged 4 commits into from
Nov 1, 2024
Merged

2.2.1 #129

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
# Changelog

# 2.2.1 (11/1/2024)
- chore: downgrade botocore and s3transfer as per live team dependency [#128](https://github.com/washingtonpost/elex-live-model/pull/128)

## 2.2.0 (11/1/2024)
- chore: condensed logging of non-modeled units [#120](https://github.com/washingtonpost/elex-live-model/pull/120)
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"boto3>=1.34",
"python-dotenv>=1.0",
"scipy>=1.14",
"s3transfer>=0.10.2",
"botocore>=1.35.18",
"s3transfer>=0.9.0",
"botocore>=1.34.162",
)

THIS_FILE_DIR = os.path.dirname(__file__)
Expand All @@ -22,7 +22,7 @@
LONG_DESCRIPTION = f.read()

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

Expand Down
Loading