We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d095c27 commit 665ea07Copy full SHA for 665ea07
2 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
- # Changelog
+# 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)
5
6
## 2.2.0 (11/1/2024)
7
- chore: condensed logging of non-modeled units [#120](https://github.com/washingtonpost/elex-live-model/pull/120)
setup.py
@@ -22,7 +22,7 @@
22
LONG_DESCRIPTION = f.read()
23
24
# The full version, including alpha/beta/rc tags
25
-RELEASE = "2.2.0"
+RELEASE = "2.2.1"
26
# The short X.Y version
27
VERSION = ".".join(RELEASE.split(".")[:2])
28
0 commit comments