File tree 3 files changed +14
-2
lines changed 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.5 .0
2
+ current_version = 2.6 .0
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 4
4
5
5
- Changed parameter inspection to raise the same error messages as other pathways for missing kernel name and language
6
6
7
+ ## 2.6.0
8
+
9
+ - bring back strip_color and remove ANSI color codes from exception traceback [ #791 ] ( https://github.com/nteract/papermill/pull/791 )
10
+ - cleaned up documentation [ #790 ] ( https://github.com/nteract/papermill/pull/790 )
11
+ - prevent error override, fix traceback type [ #788 ] ( https://github.com/nteract/papermill/pull/788 )
12
+ - Upgrade tests to moto v5 [ #779 ] ( https://github.com/nteract/papermill/pull/779 )
13
+ - raise PapermillExecutionError when CellExecutionError is raised without cell error output [ #786 ] ( https://github.com/nteract/papermill/pull/786 )
14
+ - make progress_bar param accept a dict [ #778 ] ( https://github.com/nteract/papermill/pull/778 )
15
+ - Fix nbformat to 5.2.0 to cell None type [ #770 ] ( https://github.com/nteract/papermill/pull/770 )
16
+ - Use f-strings where possible [ #762 ] ( https://github.com/nteract/papermill/pull/762 )
17
+ - Unmark wheel as universal [ #764 ] ( https://github.com/nteract/papermill/pull/764 )
18
+
7
19
## 2.5.0
8
20
9
21
- Added support for python 3.11 and 3.12 [ PR #733 ] ( https://github.com/nteract/papermill/pull/733 )
Original file line number Diff line number Diff line change 1
- version = '2.5 .0'
1
+ version = '2.6 .0'
You can’t perform that action at this time.
0 commit comments