There was an error while loading. Please reload this page.
1 parent c6d7d9b commit 7b31fdbCopy full SHA for 7b31fdb
2 files changed
CHANGELOG.md
@@ -3,6 +3,15 @@ Changelog
3
4
### Next
5
6
+### 2.2.3
7
+
8
+* Update --format help text to reference output_format.md (#1074)
9
+* Update kernel pull docs with version example (#1072)
10
+* Reorganize tests and rename unit_tests.py to backend_tests.py (#1071)
11
+* Add support for formatting projections (#1068)
12
+* Rewrite `kaggle kernels logs --follow` to use SSE log stream (#999)
13
+* Add --format option to CLI commands supporting --csv (#1062)
14
15
### 2.2.2
16
17
* Clarify LLMS_AVAILABLE vs. full model set in benchmarks docs (#1061)
src/kaggle/__init__.py
@@ -2,7 +2,7 @@
2
from __future__ import absolute_import
from kaggle.api.kaggle_api_extended import KaggleApi
-__version__ = "2.2.2"
+__version__ = "2.2.3"
api = KaggleApi()
api.authenticate()
0 commit comments