Skip to content

Commit 665ea07

Browse files
committed
2.2.1
1 parent d095c27 commit 665ea07

2 files changed

Lines changed: 5 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)