Skip to content

Commit

Permalink
Upgrade origami 0.0.22 (#145)
Browse files Browse the repository at this point in the history
* update origami to 0.0.22

* changelog

* Bump version: 0.0.23 → 0.0.24
  • Loading branch information
rohitsanj authored Mar 28, 2023
1 parent b347a41 commit 167f589
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 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.23
current_version = 0.0.24
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ 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.23] - 2022-03-17
## [0.0.24] - 2023-03-28
### Changed
- Upgrade noteable-origami to 0.0.22

## [0.0.23] - 2023-03-17
- `NoteableEngine` accepts new kwarg `override_progress_bar` to override the default progress bar and set the `tqdm` instance to log to `stdout` instead of the default `stderr`.

## [0.0.22] - 2022-03-14
## [0.0.22] - 2023-03-14
- Upgrade noteable-origami to 0.0.21

## [0.0.21] - 2023-02-21
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.23"
version = "0.0.24"
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tool.poetry]
name = "papermill-origami"
version = "0.0.23"
version = "0.0.24"
description = "The noteable API interface"
authors = ["Matt Seal <[email protected]>"]
maintainers = ["Matt Seal <[email protected]>"]
Expand Down Expand Up @@ -34,7 +34,7 @@ url = "https://pypi.org"

[tool.poetry.dependencies]
python = "^3.8"
noteable-origami = "^0.0.21"
noteable-origami = "^0.0.22"
papermill = "^2.4.0"
dagstermill = {version = "^0.17.6", optional = true}
cloudpickle = "^2.2.0"
Expand Down

0 comments on commit 167f589

Please sign in to comment.