Skip to content

Commit e93515e

Browse files
authored
Merge pull request #129 from washingtonpost/release/2.2.1
2.2.1
2 parents 7d09dbc + 665ea07 commit e93515e

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Changelog
1+
# Changelog
2+
3+
# 2.2.1 (11/1/2024)
4+
- chore: downgrade botocore and s3transfer as per live team dependency [#128](https://github.com/washingtonpost/elex-live-model/pull/128)
25

36
## 2.2.0 (11/1/2024)
47
- chore: condensed logging of non-modeled units [#120](https://github.com/washingtonpost/elex-live-model/pull/120)

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"boto3>=1.34",
1111
"python-dotenv>=1.0",
1212
"scipy>=1.14",
13-
"s3transfer>=0.10.2",
14-
"botocore>=1.35.18",
13+
"s3transfer>=0.9.0",
14+
"botocore>=1.34.162",
1515
)
1616

1717
THIS_FILE_DIR = os.path.dirname(__file__)
@@ -22,7 +22,7 @@
2222
LONG_DESCRIPTION = f.read()
2323

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

0 commit comments

Comments
 (0)