Skip to content

Commit 7b31fdb

Browse files
authored
Release 2.2.3 (#1075)
1 parent c6d7d9b commit 7b31fdb

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Changelog
33

44
### Next
55

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+
615
### 2.2.2
716

817
* Clarify LLMS_AVAILABLE vs. full model set in benchmarks docs (#1061)

src/kaggle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import absolute_import
33
from kaggle.api.kaggle_api_extended import KaggleApi
44

5-
__version__ = "2.2.2"
5+
__version__ = "2.2.3"
66

77
api = KaggleApi()
88
api.authenticate()

0 commit comments

Comments
 (0)