Skip to content

Commit

Permalink
Upgrade noteable-origami (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
tizz98 authored Dec 2, 2022
1 parent 67c4a0b commit 9ecda6e
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 2,194 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.11
current_version = 0.0.12
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.12] - 2022-12-02
### Added
- Mark job instance attempt failed when any uncaught exception is thrown (including connecting to the kernel)
- Added origami client call to delete the active kernel session after successful notebook execution

### Changed
- Upgraded `noteable-client` to `0.0.16`

## [0.0.11] - 2022-11-18
### Added
- Added API calls to update job instance attempt status during execution
Expand Down
2 changes: 1 addition & 1 deletion papermill_origami/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.0.11"
version = "0.0.12"
Loading

0 comments on commit 9ecda6e

Please sign in to comment.