Skip to content

Commit

Permalink
Merge pull request #129 from washingtonpost/release/2.2.1
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
lennybronner authored Nov 1, 2024
2 parents 7d09dbc + 665ea07 commit e93515e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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

0 comments on commit e93515e

Please sign in to comment.