Skip to content

Commit d100d5f

Browse files
authored
Merge branch 'main' into drop-use-of-entrypoints
2 parents b46552e + 0ee530d commit d100d5f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.0
2+
current_version = 2.6.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
- Changed parameter inspection to raise the same error messages as other pathways for missing kernel name and language
66

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+
719
## 2.5.0
820

921
- Added support for python 3.11 and 3.12 [PR #733](https://github.com/nteract/papermill/pull/733)

papermill/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '2.5.0'
1+
version = '2.6.0'

0 commit comments

Comments
 (0)